{ "item": [ { "id": "8b8743d0-1d8c-44c6-a67f-c81d6c50cd3c", "name": "Usage", "description": { "content": "Monitor API token quota and usage.", "type": "text/plain" }, "item": [ { "id": "b998d2d1-8c4f-49c2-b07d-d4689a022dfa", "name": "Get API token usage", "request": { "name": "Get API token usage", "description": { "content": "Check API token usage — tokens consumed and tokens remaining in the current quota period for the authenticated API key.\n", "type": "text/plain" }, "url": { "path": [ "usage" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "auth": null, "body": { "mode": "raw", "raw": "{\n \"apiKey\": \"\"\n}", "options": { "raw": { "language": "json" } } } }, "response": [ { "id": "4e82c552-f94f-4efd-8e42-5c23c49f5b4b", "name": "Token usage details.", "originalRequest": { "url": { "path": [ "usage" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "apiKey", "value": "" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"apiKey\": \"YOUR_API_KEY\"\n}", "options": { "raw": { "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tokensUsed\": 4786.867421411483,\n \"remaining\": 25.24099544296554\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "624971e2-4676-4f93-a1ca-e7cb6b26e626", "name": "Unauthorized.", "originalRequest": { "url": { "path": [ "usage" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "apiKey", "value": "" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"apiKey\": \"YOUR_API_KEY\"\n}", "options": { "raw": { "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": \"string\",\n \"message\": \"string\"\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ], "event": [] } ], "event": [], "variable": [ { "type": "string", "value": "https://eventregistry.org/api/v1", "key": "baseUrl" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "apiKey" }, { "key": "value", "value": "{{apiKey}}" }, { "key": "in", "value": "query" } ] }, "info": { "_postman_id": "58a814ab-7017-4766-ae3c-16d6ec5b2b91", "name": "Event Registry (NewsAPI.ai) Articles Usage API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": { "content": "Event Registry (NewsAPI.ai) is the world's leading news intelligence platform providing a REST API for accessing global news articles, trending topics, event detection, named entities, sentiment analysis, and media monitoring across 150,000+ sources in 60+ languages, with historical archive access dating back to 2014. All requests are POST with JSON bodies and require an apiKey field.\n\n\nContact Support:\n Name: Event Registry Support\n Email: info@eventregistry.org", "type": "text/plain" } } }