EVE Online · Schema
get_characters_character_id_mail_200_ok
200 ok object
AuthenticationAuthorizationGamingImageMMORESTSSOStatic Data
Properties
| Name | Type | Description |
|---|---|---|
| from | integer | From whom the mail was sent |
| is_read | boolean | is_read boolean |
| labels | array | labels array |
| mail_id | integer | mail_id integer |
| recipients | array | Recipients of the mail |
| subject | string | Mail subject |
| timestamp | string | When the mail was sent |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.com/json-schema/eve-online-mailheader-schema.json",
"title": "get_characters_character_id_mail_200_ok",
"description": "200 ok object",
"type": "object",
"properties": {
"from": {
"type": "integer",
"format": "int32",
"description": "From whom the mail was sent",
"title": "get_characters_character_id_mail_from"
},
"is_read": {
"type": "boolean",
"description": "is_read boolean",
"title": "get_characters_character_id_mail_is_read"
},
"labels": {
"type": "array",
"minimum": 0,
"description": "labels array",
"title": "get_characters_character_id_mail_labels",
"items": {
"type": "integer",
"format": "int32",
"description": "label integer",
"title": "get_characters_character_id_mail_label"
}
},
"mail_id": {
"type": "integer",
"format": "int32",
"description": "mail_id integer",
"title": "get_characters_character_id_mail_mail_id"
},
"recipients": {
"type": "array",
"description": "Recipients of the mail",
"title": "get_characters_character_id_mail_recipients",
"items": {
"type": "object",
"description": "recipient object",
"title": "get_characters_character_id_mail_recipient",
"required": [
"recipient_type",
"recipient_id"
],
"properties": {
"recipient_id": {
"type": "integer",
"format": "int32",
"description": "recipient_id integer",
"title": "get_characters_character_id_mail_recipient_id"
},
"recipient_type": {
"type": "string",
"enum": [
"alliance",
"character",
"corporation",
"mailing_list"
],
"description": "recipient_type string",
"title": "get_characters_character_id_mail_recipient_type"
}
}
}
},
"subject": {
"type": "string",
"description": "Mail subject",
"title": "get_characters_character_id_mail_subject"
},
"timestamp": {
"type": "string",
"format": "date-time",
"description": "When the mail was sent",
"title": "get_characters_character_id_mail_timestamp"
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/eve-online-mail-header"
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 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.