Spaceflight News API · JSON Structure

Spaceflight News Api Article Structure

JSON structure documentation for a Spaceflight News API article object

Type: object Properties: 0
NewsSpaceSpaceflightMedia

Spaceflight News Api Article Structure is a JSON Structure definition published by Spaceflight News API.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "Spaceflight News API Article Structure",
  "description": "JSON structure documentation for a Spaceflight News API article object",
  "type": "object",
  "fields": [
    {"name": "id", "type": "integer", "required": false, "description": "Unique article identifier"},
    {"name": "title", "type": "string", "required": false, "description": "Article headline"},
    {
      "name": "authors",
      "type": "array",
      "required": false,
      "description": "List of authors",
      "items": {
        "type": "object",
        "fields": [
          {"name": "name", "type": "string", "required": false, "description": "Author full name"},
          {"name": "socials", "type": "object", "required": false, "description": "Social media links"}
        ]
      }
    },
    {"name": "url", "type": "string", "format": "uri", "required": false, "description": "Link to original article"},
    {"name": "image_url", "type": "string", "format": "uri", "required": false, "description": "Featured image URL"},
    {"name": "news_site", "type": "string", "required": false, "description": "Publishing news organization"},
    {"name": "summary", "type": "string", "required": false, "description": "Brief article summary or excerpt"},
    {"name": "published_at", "type": "string", "format": "date-time", "required": false, "description": "Publication timestamp (ISO 8601)"},
    {"name": "updated_at", "type": "string", "format": "date-time", "required": false, "description": "Last update timestamp (ISO 8601)"},
    {"name": "featured", "type": "boolean", "required": false, "description": "Whether article is featured"},
    {
      "name": "launches",
      "type": "array",
      "required": false,
      "description": "Linked Launch Library 2 launches",
      "items": {
        "type": "object",
        "fields": [
          {"name": "launch_id", "type": "string", "format": "uuid", "description": "Launch UUID"},
          {"name": "provider", "type": "string", "description": "Launch service provider"}
        ]
      }
    },
    {
      "name": "events",
      "type": "array",
      "required": false,
      "description": "Linked Launch Library 2 events",
      "items": {
        "type": "object",
        "fields": [
          {"name": "event_id", "type": "integer", "description": "Event ID"},
          {"name": "provider", "type": "string", "description": "Event provider"}
        ]
      }
    }
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/spaceflight-news-api-article-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.