Download OpenAPI specification:
This API provides metadata information for the events hosted by fediverse.events
| id required | string |
| name required | string |
| start required | string <date-time> |
| end | string <date-time> |
required | Array of objects (Image) Logos sorted by priority |
required | object (EventEndpoints) |
required | Array of objects (EventSocial) |
{- "id": "123CANVAS001",
- "name": "Canvas 2024",
- "start": "2024-07-12T04:00:00.000Z",
- "end": "2024-07-16T04:00:00.000Z",
- "endpoints": {
}, - "social": [
- {
- "label": "Matrix Space",
- "icon": "matrix",
},
]
}| from | string <date> Default: "today" Only include events whose end date is after this date (ISO-8601) |
| to | string <date> Default: "today + 1 month" Only include events whose end date is before this date (ISO-8601) |
{- "events": [
- {
- "id": "123CANVAS001",
- "name": "Canvas 2024",
- "start": "2024-07-12T04:00:00.000Z",
- "end": "2024-07-16T04:00:00.000Z",
- "endpoints": {
}, - "social": [
- {
- "label": "Matrix Space",
- "icon": "matrix",
},
]
}
]
}{- "id": "123CANVAS001",
- "name": "Canvas 2024",
- "start": "2024-07-12T04:00:00.000Z",
- "end": "2024-07-16T04:00:00.000Z",
- "endpoints": {
}, - "social": [
- {
- "label": "Matrix Space",
- "icon": "matrix",
},
]
}Get the details for automatic authentication on third-party clients
res.account containing the content of res.message_template (replacing the placeholder(s))res.account and open the link that gets sent (the message won't contain just the link, the message may contain other text){- "method": "dm",
- "account": "grant@toast.ooo",
- "message_template": "I am requesting a login code\nEXAMPLE-CODE\nSent by {software}\n"
}