curl -X GET "https://parsagon.io/api/events/v1/categories/1/sources/" \ -H "Authorization: Token YOUR_API_KEY_HERE"
{ "count": 34909, "next": "http://parsagon.io/api/events/v1/categories/1377/sources/?limit=10&offset=10", "previous": null, "results": [ { "url": "https://www.nps.gov/cure/learn/news/curecanti-national-recreation-area-seeks-input-on-upgrades-to-water-and-wastewater-systems.htm", "title": "Curecanti National Recreation Area Seeks Input on Upgrades to Water and Wastewater Systems", "text": "Gunnison, Colo. – The National Park Service seeks public input on a proposed project to replace the water and wastewater systems within Curecanti National Recreation Area.\n\nThe proposed project will focus on...", "summary": "The National Park Service is requesting public feedback on plans to upgrade the aging water and wastewater infrastructure at Curecanti National Recreation Area's Elk Creek and Lake Fork Marinas and Campgrounds to improve efficiency and resilience.", "date": "2026-03-03", "type": "ARTICLE", "extra_data": {} }, ... ]}
Endpoints
Get category sources
Retrieve all sources collected for a given data category in chronological order, up to 90 days back.
curl -X GET "https://parsagon.io/api/events/v1/categories/1/sources/" \ -H "Authorization: Token YOUR_API_KEY_HERE"
{ "count": 34909, "next": "http://parsagon.io/api/events/v1/categories/1377/sources/?limit=10&offset=10", "previous": null, "results": [ { "url": "https://www.nps.gov/cure/learn/news/curecanti-national-recreation-area-seeks-input-on-upgrades-to-water-and-wastewater-systems.htm", "title": "Curecanti National Recreation Area Seeks Input on Upgrades to Water and Wastewater Systems", "text": "Gunnison, Colo. – The National Park Service seeks public input on a proposed project to replace the water and wastewater systems within Curecanti National Recreation Area.\n\nThe proposed project will focus on...", "summary": "The National Park Service is requesting public feedback on plans to upgrade the aging water and wastewater infrastructure at Curecanti National Recreation Area's Elk Creek and Lake Fork Marinas and Campgrounds to improve efficiency and resilience.", "date": "2026-03-03", "type": "ARTICLE", "extra_data": {} }, ... ]}
Returns a chronological list of all sources collected for the specified category. Results cover up to the last 90 days (some categories may have less than 90 days available).
Array of source objects in chronological order (oldest first). Each object has the same fields as a Quick Search result.
{ "count": 34909, "next": "http://parsagon.io/api/events/v1/categories/1377/sources/?limit=10&offset=10", "previous": null, "results": [ { "url": "https://www.nps.gov/cure/learn/news/curecanti-national-recreation-area-seeks-input-on-upgrades-to-water-and-wastewater-systems.htm", "title": "Curecanti National Recreation Area Seeks Input on Upgrades to Water and Wastewater Systems", "text": "Gunnison, Colo. – The National Park Service seeks public input on a proposed project to replace the water and wastewater systems within Curecanti National Recreation Area.\n\nThe proposed project will focus on...", "summary": "The National Park Service is requesting public feedback on plans to upgrade the aging water and wastewater infrastructure at Curecanti National Recreation Area's Elk Creek and Lake Fork Marinas and Campgrounds to improve efficiency and resilience.", "date": "2026-03-03", "type": "ARTICLE", "extra_data": {} }, ... ]}
curl -X GET "https://parsagon.io/api/events/v1/categories/1/sources/" \ -H "Authorization: Token YOUR_API_KEY_HERE"