all-about-apikey/Art-Design
daffainfo 8592c156c9 Add Europeana 2021-08-17 19:09:44 +07:00
..
README.md Add Europeana 2021-08-17 19:09:44 +07:00

README.md

Art-Design

List of Art and Design API

Index

1. Cooper Hewitt

Description

Smithsonian Design Museum

Example Request

  • Curl
curl -X GET "https://api.collection.cooperhewitt.org/rest/?method=api.spec.formats&access_token=ACCESS_TOKEN"
  • Raw
GET /rest/?method=api.spec.formats&access_token=ACCESS_TOKEN HTTP/1.1
Host: api.collection.cooperhewitt.org

Response

  • Success
{
    "formats":["json","jsonp","dson"],
    "default_format":"json",
    "stat":"ok",
    "event_publishing_state":"ok"
}
  • Error
{
    "error":{
        "code":400,
        "error":"Invalid access token",
        "message":"Invalid access token"
    },
    "stat":"error",
    "event_publishing_state":"ok"
}

Regex

[a-z0-9]{32}

Example API key

tue3sv9hzsey1me4l7fwq3t46u5k8wag

2. Dribbble

Description

Dribbble is a self-promotion and social networking platform for digital designers and creatives

Example Request

  • Curl
curl "https://api.dribbble.com/v2/user?access_token=ACCESS_TOKEN"
  • Raw
GET /v2/user?access_token=ACCESS_TOKEN HTTP/1.1
Host: api.dribbble.com

Response

  • Success
{
    "id" : 1,
    "name" : "Dan Cederholm",
    "login" : "simplebits",
    "html_url" : "https://dribbble.com/simplebits",
    "avatar_url" : "https://d13yacurqjgara.cloudfront.net/users/1/avatars/normal/dc.jpg?1371679243",
    "bio" : "Co-founder &amp; designer of <a href=\"https://dribbble.com/dribbble\">@Dribbble</a>. Principal of SimpleBits. Aspiring clawhammer banjoist.",
    "location" : "Salem, MA",
    ....
  • Error
{
    "message":"Bad credentials."
}

Regex

[a-z0-9]{64}

Example API key

om34l6c32snpjr1tsj7fixoexafrgr9i6023t2701yysa7fuqfbdgy0tct75gkeg

3. Europeana

Description

European Museum and Galleries content

Example Request

  • Curl
curl "https://api.europeana.eu/record/v2/search.json?wskey=APIKEY&query=*&rows=0&profile=facets"
  • Raw
GET /record/v2/search.json?wskey=APIKEY&query=*&rows=0&profile=facets HTTP/1.1
Host: api.europeana.eu

Response

  • Success
{
    "apikey":"APIKEY",
    "success":true,
    "requestNumber":999,
    "itemsCount":0,
    "totalResults":62396081,
    "items":[],
    .....
}
  • Error
{
    "apikey":"APIKEY",
    "success":false,
    "error":"API key doesn't exist",
    "code":"401-AX"
}

Regex

[a-z]{8,10}

Example API key

fvvxvpdp
haakaofij
bjgqtpybnr

4. Rijksmuseum

Description

The Rijksmuseum is a Dutch national museum dedicated to arts and history in Amsterdam

Example Request

  • Curl
curl "https://www.rijksmuseum.nl/api/nl/usersets?key=APIKEY&format=json&page=2"
  • Raw
GET /api/nl/usersets?key=APIKEY&format=json&page=2 HTTP/1.1
Host: www.rijksmuseum.nl

Response

  • Success
{
    "count": 1111111,
    "elapsedMilliseconds": 80,
    "userSets": [
        {"links": {
            "self": "https://www.rijksmuseum.nl/api/usersets/1111-mijn-eerste-verzameling",
            "web": "https://www.rijksmuseum.nl/nl/mijn/verzamelingen/11111--menno-baas/mijn-eerste-verzameling"},
            "id": "1111-mijn-eerste-verzameling",
            "count": 4,
            "type": "Default"
        }
    ]
}
  • Error
{
    "message": "key not found"
} 

Regex

[a-zA-Z0-9]{8}

Example API key

Hs5yk0J3