Connections

Group affiliations and family connections for a character.

Games And ComicsSuperheroesComic BooksOpen SourceStatic APIGitHub PagesPublic APIs

Properties

Name Type Description
groupAffiliation string
relatives string
View JSON Schema on GitHub

JSON Schema

superheroes-connections-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://akabab.github.io/superhero-api/api/connections-schema.json",
  "title": "Connections",
  "description": "Group affiliations and family connections for a character.",
  "type": "object",
  "properties": {
    "groupAffiliation": { "type": "string" },
    "relatives":        { "type": "string" }
  }
}