The Guardian · Example Payload

Tags Response

NewsMediaContentArticlesJournalism

Tags 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

tags-response.json Raw ↑
{
  "response": {
    "status": "ok",
    "userTier": "developer",
    "total": 5,
    "startIndex": 1,
    "pageSize": 10,
    "currentPage": 1,
    "pages": 1,
    "results": [
      {
        "id": "technology/artificialintelligenceai",
        "type": "keyword",
        "sectionId": "technology",
        "sectionName": "Technology",
        "webTitle": "Artificial intelligence (AI)",
        "webUrl": "https://www.theguardian.com/technology/artificialintelligenceai",
        "apiUrl": "https://content.guardianapis.com/technology/artificialintelligenceai"
      }
    ]
  }
}