OSMCAL API (2.2)

Download OpenAPI specification:Download

License: Apache 2.0

Events

Retrieve list of upcoming events

Retrieve list of upcoming events

query Parameters
in
string
Example: in=de

Limit returned events to a given country. The country should be specified as ISO 3166-1 alpha-2 code.

header Parameters
Accept-Language
string
Example: pt-BR

The user's locale. This will cause human-readable dates to be localized.

Client-App
string
Example: osmcal-widget/1.0.0

Please send some kind of identification of your app, so we can find out easier who you are, if need be.

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Retrieve list of past events

Retrieve list of past events

query Parameters
in
string
Example: in=de

Limit returned events to a given country. The country should be specified as ISO 3166-1 alpha-2 code.

header Parameters
Accept-Language
string
Example: pt-BR

The user's locale. This will cause human-readable dates to be localized.

Client-App
string
Example: osmcal-widget/1.0.0

Please send some kind of identification of your app, so we can find out easier who you are, if need be.

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Retrieve list of upcoming events Deprecated

Retrieve list of upcoming events

query Parameters
in
string
Example: in=Germany

Limit returned events to a given country

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Retrieve list of past events Deprecated

Retrieve list of past events

query Parameters
in
string
Example: in=Germany

Limit returned events to a given country

Responses

Response samples

Content type
application/json
[
  • {
    }
]