Figshare · Schema

Article

Figshare Article schema

Research DataData RepositoryOpen ScienceDOIDatasetsAcademicFile StorageOpen Access

Properties

Name Type Description
id integer Unique identifier for article
title string Title of article
doi string DOI
handle string Handle
url string Api endpoint for article
url_public_html string Public site endpoint for article
url_public_api string Public Api endpoint for article
url_private_html string Private site endpoint for article
url_private_api string Private Api endpoint for article
timeline object
thumb string Thumbnail image
defined_type integer Type of article identifier
defined_type_name string Name of the article type identifier
resource_doi string Deprecated by related materials. Not applicable to regular users. In a publisher case, this is the publisher article DOI.
resource_title string Deprecated by related materials. Not applicable to regular users. In a publisher case, this is the publisher article title.
created_date string Date when article was created
View JSON Schema on GitHub

JSON Schema

figshare-article-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Article",
  "description": "Figshare Article schema",
  "required": [
    "created_date",
    "defined_type",
    "defined_type_name",
    "doi",
    "handle",
    "id",
    "resource_doi",
    "resource_title",
    "thumb",
    "timeline",
    "title",
    "url",
    "url_private_api",
    "url_private_html",
    "url_public_api",
    "url_public_html"
  ],
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "Unique identifier for article",
      "example": 1434614
    },
    "title": {
      "type": "string",
      "description": "Title of article",
      "example": "Test article title"
    },
    "doi": {
      "type": "string",
      "description": "DOI",
      "example": "10.6084/m9.figshare.1434614"
    },
    "handle": {
      "type": "string",
      "description": "Handle",
      "example": "111184/figshare.1234"
    },
    "url": {
      "type": "string",
      "description": "Api endpoint for article",
      "format": "url",
      "example": "http://api.figshare.com/articles/1434614"
    },
    "url_public_html": {
      "type": "string",
      "description": "Public site endpoint for article",
      "format": "url",
      "example": "https://figshare.com/articles/media/Test_article_title/1434614"
    },
    "url_public_api": {
      "type": "string",
      "description": "Public Api endpoint for article",
      "format": "url",
      "example": "https://api.figshare.com/articles/1434614"
    },
    "url_private_html": {
      "type": "string",
      "description": "Private site endpoint for article",
      "format": "url",
      "example": "https://figshare.com/account/articles/1434614"
    },
    "url_private_api": {
      "type": "string",
      "description": "Private Api endpoint for article",
      "format": "url",
      "example": "https://api.figshare.com/account/articles/1434614"
    },
    "timeline": {
      "$ref": "#/components/schemas/Timeline"
    },
    "thumb": {
      "type": "string",
      "description": "Thumbnail image",
      "format": "url",
      "example": "https://ndownloader.figshare.com/files/123456789/preview/12345678/thumb.png"
    },
    "defined_type": {
      "type": "integer",
      "description": "Type of article identifier",
      "example": 3
    },
    "defined_type_name": {
      "type": "string",
      "description": "Name of the article type identifier",
      "example": "media"
    },
    "resource_doi": {
      "type": "string",
      "description": "Deprecated by related materials. Not applicable to regular users. In a publisher case, this is the publisher article DOI.",
      "default": ""
    },
    "resource_title": {
      "type": "string",
      "description": "Deprecated by related materials. Not applicable to regular users. In a publisher case, this is the publisher article title.",
      "default": ""
    },
    "created_date": {
      "type": "string",
      "description": "Date when article was created",
      "example": "2017-05-18T11:49:03Z"
    }
  },
  "x-tag": "articles"
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/figshare-article"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.