IMDb-API · JSON Structure

Imdb Api Name Structure

Structural definition of an IMDb-API Person resource.

Type: object Properties: 0
VideoMoviesTVEntertainmentMetadataRatingsPublic APIs

Name is a JSON Structure definition published by IMDb-API. It conforms to the https://json-structure.org/draft/2025-05/schema meta-schema.

Meta-schema: https://json-structure.org/draft/2025-05/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2025-05/schema",
  "name": "Name",
  "description": "Structural definition of an IMDb-API Person resource.",
  "type": "object",
  "fields": {
    "id": {"type": "string", "purpose": "identifier", "pattern": "^nm\\d+$"},
    "name": {"type": "string", "purpose": "display"},
    "role": {"type": "string", "purpose": "classification"},
    "image": {"type": "string", "purpose": "media"},
    "summary": {"type": "string", "purpose": "narrative"},
    "birthDate": {"type": "string", "purpose": "temporal"},
    "deathDate": {"type": "string", "purpose": "temporal"},
    "awards": {"type": "string", "purpose": "achievement"},
    "height": {"type": "string", "purpose": "measurement"}
  }
}