Download raw schema →

FieldTypeRequiredDescription
idstringrequiredUnique slug-style identifier (e.g. my-comic).
namestringrequiredDisplay name of the comic.
urlstring (uri)requiredCanonical URL of the comic's website.
descriptionstring | nulloptionalShort description or tagline.
thumbnail_urlstring (uri) | nulloptionalURL of a representative thumbnail image.
total_pagesinteger | nulloptionalTotal number of pages in the archive, if known.
bluesky_urlstring | nulloptionalCreator's Bluesky profile URL.
patreon_urlstring | nulloptionalCreator's Patreon page URL.
created_atstring (date-time) | nulloptionalTimestamp when the comic was added to the registry.

Example

{
  "id": "my-comic",
  "name": "My Webcomic",
  "url": "https://example.com/my-comic",
  "description": "An ongoing adventure series.",
  "thumbnail_url": "https://example.com/my-comic/thumb.jpg",
  "total_pages": 120
}