Flickr · Example Payload

Flickr Method Info Example

PhotographyPhotosSocial MediaPublic APIs

Flickr Method Info Example is an example object payload from Flickr, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

methodargumentserrors

Example Payload

Raw ↑
{
  "method": {
    "name": "Bay Area Photographers",
    "needslogin": 0,
    "needssigning": 1,
    "requiredperms": 0,
    "description": {
      "_content": "100"
    }
  },
  "arguments": {
    "argument": [
      {
        "name": "Bay Area Photographers",
        "optional": 0,
        "_content": "100"
      }
    ]
  },
  "errors": {
    "error": [
      {
        "code": 100,
        "message": "Invalid API Key",
        "_content": "100"
      }
    ]
  }
}