Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Documentation for Munchmuseet's open FotoWeb API.

NotificationsYou must be signed in to change notification settings

Munchmuseet/FotoWeb-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 

Repository files navigation

Introduction

The API contains paintings, graphics, drawings, sculptures, photographies and documentary photographies by Edvard Munch, as well as the Stenersen collections. The API can be used for the following purposes:

  • Building custom user interfaces
  • Building custom mobile apps
  • Automating workflow
  • Analytics

These are only examples. Any application that needs to read data from a FotoWeb server and maybe manipulate some of this data can make use of the FotoWeb API. SeeFotoWare For full documentation.

The API is also documented withPostman.

Overview

Dataformats:

  • JSON

Supported methods:

  • GET

Available public archives in the Munch Museum's API are:

  • 5013-Malerier (paintings)
  • 5014-Grafikk (graphics)
  • 5015-Tegninger (drawings)
  • 5032-Skulpturer (sculptures)
  • 5016-Fotografi (photographies)
  • 5017-Dokumentarfoto (documentary photographies)
  • 5018-Stenersensamlingene (the Stenersen collections)

Authentication

No authentication is needed for the public entry point.

Error codes

The most important status codes are:

  • 400 Bad Request (The request was malformed)
  • 401 Unauthorized (The client did not provide valid credentials or no credentials at all, and the type of request requires authentication)
  • 404 Not Found (The request URL does not refer to any existing resource)
  • 500 Internal Server Error (The request is valid, but there was a problem on the server-side)

GET /fotoweb/

https://foto.munchmuseet.no/fotoweb/archives/5013-Malerier

API descriptor: This is a JSON document, returned in the response body, which contains information about the API. Seelink for full documentation.

HEADERS

KeyValue
Acceptapplication/vnd.fotoware.api-descriptor+json

GET /fotoweb/archives/5013-Malerier

https://foto.munchmuseet.no/fotoweb/archives/5013-Malerier

Asset list: The JSON representation of a list of assets in the FotoWeb RESTful API. Every collection has an asset list. Seelink for full documentation.

HEADERS

KeyValue
Acceptapplication/vnd.fotoware.assetlist+json

GET /fotoweb/archives/5013-Malerier/Arkiv/MM.M.00112_20190403.tif.info

https://foto.munchmuseet.no/fotoweb/archives/5013-Malerier/Arkiv/MM.M.00112_20190403.tif.info

Asset: The JSON format that represents an asset in the FotoWeb RESTful API. This is the application/vnd.fotoware.asset+json media type. It is also used as part of the representation of an asset list. Seelink for full documentation.

HEADERS

KeyValue
Acceptapplication/vnd.fotoware.asset+json

GET /fotoweb/archives

https://foto.munchmuseet.no/fotoweb/archives

Collection list: The JSON format that represents a list of collections in the FotoWeb RESTfull API. This is the application/vnd.fotoware.collectionlist+json media type. Seelink for full documentation.

HEADERS

KeyValue
Acceptapplication/vnd.fotoware.collectionlist+json

GET /fotoweb/archives/5013-Malerier

https://foto.munchmuseet.no/fotoweb/archives/5000-Malerier

Collection: The JSON representation of a collection in the FotoWeb RESTful API. This request contains only information about the collection itself. Seelink for full documentation.

HEADERS

KeyValue
Acceptapplication/vnd.fotoware.collection+json

GET /fotoweb/archives/5013-Malerier

https://foto.munchmuseet.no/fotoweb/archives/5013-Malerier

Collection info: The JSON representation of a collection in the FotoWeb RESTful API, with assets and sub collections. Seelink for full documentation.

HEADERS

KeyValue
Acceptapplication/vnd.fotoware.collectioninfo+json

GET /fotoweb/archives/5013-Malerier/?105=vampire

https://foto.munchmuseet.no/fotoweb/archives/5013-Malerier/?105=vampire

Collection query: Collection queries are search queries for assets in a single collection. Seelink for full documentation.

Available metadata search fields are:

Field nameField content
5Tittel
55Fotodato
80Fotograf
105Title
110Kunstner
116Copyright
200Teknikk
201Catalogue Raisonné
203Datert
209Mål
212Registreringsnummer (unique values for objects across APIs)
315Vilkår for bruk

HEADERS

KeyValue
Acceptapplication/vnd.fotoware.assetlist+json

PARAMS

KeyValue
105vampire

About

Documentation for Munchmuseet's open FotoWeb API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp