Cosmic Chronicle
Cosmic Chronicle is a powerful API that delivers real-time space-related news from leading organizations like NASA, ISRO, and the European Space Agency. Utilizing advanced web scraping techniques, Cosmic Chronicle aggregates the latest updates on space exploration, astronomy, and scientific advancements. With endpoints to fetch general news or organization-specific updates, this API ensures…
Cosmic Chronicle endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get all the information about various space organizations, including their names, official websites, and latest news links. /Organizations |
This endpoint provides detailed information about various space organizations, including their names, official websites, and latest news links. |
| GET |
Get all information and relevant data for a single space organization identified by its unique ID (e.g., "NASA", "ISRO", "European Space Agency"). Users can access the organization's name, website, and recent articles or news headlines. /organization/{organizationId} |
This endpoint provides detailed information and relevant data for a single space organization identified by its unique ID (e.g., "NASA", "ISRO", "European Space Agency"). Users… |