arXiv · JSON Structure

Arxiv Article Structure

JSON Structure representation of an arXiv Article entity.

Type: object Properties: 14 Required: 6
Science And MathScholarly PublishingPreprintsOpen AccessResearchOpen-SourcePublic APIs

Article is a JSON Structure definition published by arXiv, describing 14 properties, of which 6 are required. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

id arxiv_id title summary published updated authors categories primary_category comment journal_ref doi links license

Meta-schema: https://json-structure.org/draft/v0/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/v0/schema",
  "$id": "https://api-evangelist.github.io/arxiv/json-structure/arxiv-article-structure.json",
  "name": "Article",
  "type": "object",
  "description": "JSON Structure representation of an arXiv Article entity.",
  "properties": {
    "id": { "type": "string", "description": "Canonical abstract URL" },
    "arxiv_id": { "type": "string", "description": "Bare arXiv identifier" },
    "title": { "type": "string" },
    "summary": { "type": "string", "description": "Abstract text" },
    "published": { "type": "string", "format": "date-time" },
    "updated": { "type": "string", "format": "date-time" },
    "authors": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "name": { "type": "string" },
          "affiliation": { "type": "string" }
        }
      }
    },
    "categories": {
      "type": "array",
      "items": { "type": "string" }
    },
    "primary_category": { "type": "string" },
    "comment": { "type": "string" },
    "journal_ref": { "type": "string" },
    "doi": { "type": "string" },
    "links": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "href": { "type": "string" },
          "rel": { "type": "string" },
          "type": { "type": "string" },
          "title": { "type": "string" }
        }
      }
    },
    "license": { "type": "string" }
  },
  "required": ["id", "title", "summary", "authors", "primary_category", "published"]
}

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/arxiv-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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