The Guardian · Example Payload

Sections Response

NewsMediaContentArticlesJournalism

Sections Response is an example object payload from The Guardian, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

response

Example Payload

sections-response.json Raw ↑
{
  "response": {
    "status": "ok",
    "userTier": "developer",
    "total": 3,
    "results": [
      {
        "id": "technology",
        "webTitle": "Technology",
        "webUrl": "https://www.theguardian.com/technology",
        "apiUrl": "https://content.guardianapis.com/technology",
        "editions": []
      },
      {
        "id": "world",
        "webTitle": "World news",
        "webUrl": "https://www.theguardian.com/world",
        "apiUrl": "https://content.guardianapis.com/world",
        "editions": []
      },
      {
        "id": "business",
        "webTitle": "Business",
        "webUrl": "https://www.theguardian.com/business",
        "apiUrl": "https://content.guardianapis.com/business",
        "editions": []
      }
    ]
  }
}