This documentation aims to provide all the information you need to work with our API.
To authenticate requests, include an Authorization header with the value "Bearer {YOUR_AUTH_KEY}".
All authenticated endpoints are marked with a requires authentication badge in the documentation below.
You can retrieve your token by visiting your dashboard and clicking Generate API token.
curl --request POST \
"https://anne-api.oefol.at/v1/apiKey" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"name\": \"djgkhmdwfwjqnie\"
}"
curl --request GET \
--get "https://anne-api.oefol.at/v1/apiKey" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
{
"message": "Unauthenticated."
}
The ID of the apiKey.
curl --request PATCH \
"https://anne-api.oefol.at/v1/apiKey/numquam" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"name\": \"iaqetkh\"
}"
The ID of the apiKey.
curl --request DELETE \
"https://anne-api.oefol.at/v1/apiKey/rerum" \
--header "Content-Type: application/json" \
--header "Accept: application/json" Login with username and password. If everything is okay, you'll get a 200 OK response with a JSON containing a JWT and a user object.
Otherwise, the request will fail with a 403 error.
curl --request POST \
"https://anne-api.oefol.at/v1/login" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"username\": \"ut\",
\"password\": \"}`Xi#Edc\",
\"sessionLabel\": \"lid\"
}"
{
"token": "abcdefghijklmnopqrstuvwxyz",
"user": {
"address": {
"street": "3rd Street 12",
"zipCode": "4567",
"city": "Big City",
"country": "AUT",
"coordinates": "12.345,67.890"
},
"birthDate": "1999-03-25",
"category": [
"Herren ab 21 Elite"
],
"chipNumber": 1234567,
"createdAt": "2024-03-18T20:50:24.000000Z",
"email": "jon.doe@jondoe.com",
"firstName": "Doe",
"gender": "male",
"id": 1,
"isVerified": true,
"lastModifiedAt": "2024-03-18T20:50:24.000000Z",
"lastName": "Doe",
"magazine": true,
"nationality": "AUT",
"phoneNumber": "+43 123 4567890",
"settings": {},
"userRoles": [
{
"role": "eventManager",
"entity": null
}
],
"username": "jondoe"
}
}
Sends an email with a link to reset the password to the user's email address.
If the user is not found or the user does not have an email address, the request will fail with a 403 error.
curl --request POST \
"https://anne-api.oefol.at/v1/forgot-password" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"username\": \"recusandae\"
}"
{
"message": "Email sent."
}
Sets the password of the user identified by the token sent by email.
If the token is invalid or expired, the request will fail with a 403 error.
curl --request POST \
"https://anne-api.oefol.at/v1/reset-password" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"password\": \"<j*,!M42deMAWs*>\'L\",
\"token\": \"ut\"
}"
{
"message": "Password reset."
}
Logout and invalidate the JWT.
curl --request POST \
"https://anne-api.oefol.at/v1/logout" \
--header "Authorization: Bearer {YOUR_AUTH_KEY}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" {
"message": "Logout successful."
}
Returns a list of all clubs. Filters out inactive clubs if user does not have permission "club.manage.*".
Whether or not to return the data as a file attachment.
truefalseOutput format. Must be allowed to manage all clubs to use csv output.
jsoncsvIf provided, club license and number of members with licenses are only returned for the given date. Must be provided when output is csv. Must be a valid date. This field is required when output is csv.
curl --request GET \
--get "https://anne-api.oefol.at/v1/club?download=false&output=csv&date=2026-05-21T21%3A42%3A59" \
--header "Content-Type: application/json" \
--header "Accept: application/json" [
{
"id": 1
}
]
The ID of the club.
curl --request GET \
--get "https://anne-api.oefol.at/v1/club/vitae" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
{
"message": "No query results for model [App\\Models\\Club]."
}
curl --request POST \
"https://anne-api.oefol.at/v1/club" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"active\": false,
\"address\": \"[\\\"est\\\",\\\"id\\\"]\",
\"bankAccount\": \"[\\\"blanditiis\\\",\\\"ut\\\"]\",
\"code\": \"ri\",
\"contactPerson\": \"omyenvxsgblgzllal\",
\"email\": \"hettinger.reynold@example.net\",
\"magazine\": false,
\"member\": true,
\"name\": \"welhrrktes\",
\"parentClubId\": 9,
\"phoneNumber\": \"vidqbcri\",
\"providesTrialLessons\": true,
\"registrationNumber\": 23,
\"website\": \"hrqrgjv\"
}"
The ID of the club.
curl --request PUT \
"https://anne-api.oefol.at/v1/club/1" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"active\": true,
\"address\": \"[\\\"ut\\\",\\\"dolore\\\"]\",
\"bankAccount\": \"[\\\"eaque\\\",\\\"sunt\\\"]\",
\"code\": \"kgcqke\",
\"contactPerson\": \"uwlumczvgerrbircimugt\",
\"email\": \"schuppe.edwin@example.com\",
\"magazine\": false,
\"member\": false,
\"name\": \"qzyoexngmebzh\",
\"parentClubId\": 5,
\"phoneNumber\": \"iovmvskxfpjbkir\",
\"providesTrialLessons\": true,
\"registrationNumber\": 20,
\"website\": \"h\"
}"
The ID of the club.
curl --request PATCH \
"https://anne-api.oefol.at/v1/club/1" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"entryOptions\": \"[\\\"aperiam\\\",\\\"est\\\"]\",
\"slug\": \"ewfdny\"
}"
The ID of the club.
curl --request GET \
--get "https://anne-api.oefol.at/v1/club/1/managers" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
{
"message": "Unauthenticated."
}
The ID of the club.
curl --request POST \
"https://anne-api.oefol.at/v1/club/1/addManager" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"userId\": 11
}"
The ID of the club.
curl --request DELETE \
"https://anne-api.oefol.at/v1/club/1/deleteManager" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"userId\": 17
}"
The ID of the club.
curl --request DELETE \
"https://anne-api.oefol.at/v1/club/1/removeMember" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"dateTo\": \"2026-05-21T21:43:00\",
\"sportType\": \"[\\\"tempora\\\",\\\"consequatur\\\"]\",
\"userId\": 7
}"
Filter requests by club id.
Filter requests by season id.
curl --request GET \
--get "https://anne-api.oefol.at/v1/clubLicense?clubId=15&seasonId=15" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
{
"message": "Unauthenticated."
}
curl --request POST \
"https://anne-api.oefol.at/v1/clubLicense" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"clubId\": 16,
\"seasonId\": 12,
\"validFrom\": \"2026-05-21T21:43:01\"
}"
The ID of the clubLicense.
curl --request DELETE \
"https://anne-api.oefol.at/v1/clubLicense/minima" \
--header "Content-Type: application/json" \
--header "Accept: application/json" The ID of the clubLicense.
curl --request PUT \
"https://anne-api.oefol.at/v1/clubLicense/excepturi" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"clubId\": 10,
\"seasonId\": 16,
\"validFrom\": \"2026-05-21T21:43:01\"
}"
Returns a list of cups ordered by title.
Return only cups that are currently active (i.e. have events in the past and in the future).
truefalseReturn only cups that are bookmarked by the authenticated user.
truefalseFilter cups by organiser. Must be an array of club ids. Must be a valid JSON string.
Column name to sort by. If not set, title is used.
Sort direction. If not set, desc is used.
ascdescFilter cups by title.
curl --request GET \
--get "https://anne-api.oefol.at/v1/cup?activeOnly=true&bookmarked=false&organiserId=%5B%22quidem%22%2C%22in%22%5D&sortBy=voluptatum&sortDirection=asc&title=et" \
--header "Content-Type: application/json" \
--header "Accept: application/json" [
{
"id": 1
}
]
The ID of the cup.
curl --request GET \
--get "https://anne-api.oefol.at/v1/cup/sit" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
{
"message": "No query results for model [App\\Models\\Cup]."
}
The ID of the cup.
curl --request GET \
--get "https://anne-api.oefol.at/v1/cup/1/attachments" \
--header "Content-Type: application/json" \
--header "Accept: application/json" The ID of the cup.
curl --request GET \
--get "https://anne-api.oefol.at/v1/cup/1/events" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
[
{
"dateFrom": "2006-05-07T00:00:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2006-05-07T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "OVI",
"id": 12,
"name": "OLCU Viktring"
}
],
"id": 4,
"location": "Winklern bei Pörtschach",
"ratingDurationDays": null,
"shortTitle": "ÖM J&S,2.RLL",
"slug": "osterreichische-meisterschaft-nachwuchs-und-senioren-2-ranglistenlauf",
"sportType": "footOrienteering",
"stageCount": null,
"status": "completed",
"timeFrom": null,
"timeTo": null,
"url": "https://anne.orienteeringaustria.at/event/osterreichische-meisterschaft-nachwuchs-und-senioren-2-ranglistenlauf",
"visibility": "public"
},
"id": 4,
"eventStage": null
},
{
"dateFrom": "2006-09-10T00:00:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2006-09-10T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "SKV",
"id": 4,
"name": "SKV OLG Deutsch Kaltenbrunn"
}
],
"id": 17,
"location": "Rauchwart",
"ratingDurationDays": null,
"shortTitle": "ÖSTM Lang 2006 / 7. RL-Lauf",
"slug": "ost-staatsmeisterschaft-langdistanz-2006-7-ranglistenlauf-2006",
"sportType": "footOrienteering",
"stageCount": null,
"status": "completed",
"timeFrom": null,
"timeTo": null,
"url": "https://anne.orienteeringaustria.at/event/ost-staatsmeisterschaft-langdistanz-2006-7-ranglistenlauf-2006",
"visibility": "public"
},
"id": 5,
"eventStage": null
},
{
"dateFrom": "2007-02-11T00:00:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2007-02-11T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": true,
"hasUnofficialResults": false,
"hosts": [
{
"code": "HVI",
"id": 9,
"name": "HSV OL Villach"
}
],
"id": 53,
"location": "Villachacher Alpe/Dobratsch",
"ratingDurationDays": null,
"shortTitle": "ÖSTM Ski O Sprint",
"slug": "osterr-meisterschaft-ski-o-sprint",
"sportType": "skiOrienteering",
"stageCount": null,
"status": "completed",
"timeFrom": null,
"timeTo": null,
"url": "https://anne.orienteeringaustria.at/event/osterr-meisterschaft-ski-o-sprint",
"visibility": "public"
},
"id": 19,
"eventStage": null
}
]
curl --request POST \
"https://anne-api.oefol.at/v1/cup" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"clubId\": 6,
\"countedStages\": 13,
\"title\": \"ddrsqrrqqqp\"
}"
The ID of the cup.
curl --request PATCH \
"https://anne-api.oefol.at/v1/cup/1" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"countedStages\": 24,
\"organisers\": \"[\\\"ut\\\",\\\"possimus\\\"]\",
\"slug\": \"ty\",
\"title\": \"gygezjdipuymohqo\"
}"
The ID of the cup.
curl --request POST \
"https://anne-api.oefol.at/v1/cup/1/addEvent" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"eventId\": 12,
\"eventStageId\": 16
}"
The ID of the cup.
curl --request POST \
"https://anne-api.oefol.at/v1/cup/1/bookmark" \
--header "Content-Type: application/json" \
--header "Accept: application/json" The ID of the cup.
curl --request POST \
"https://anne-api.oefol.at/v1/cup/1/removeEvent/reprehenderit" \
--header "Content-Type: application/json" \
--header "Accept: application/json" The ID of the cup.
curl --request POST \
"https://anne-api.oefol.at/v1/cup/1/calculatePoints/qui" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"categoryId\": 20
}"
The ID of the cup.
curl --request GET \
--get "https://anne-api.oefol.at/v1/cup/1/categories" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
[]
curl --request POST \
"https://anne-api.oefol.at/v1/cupCategory" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"cupId\": 14,
\"licenseRequired\": true,
\"number\": 18,
\"shortTitle\": \"bxxr\",
\"title\": \"pemjypeslkuvkqtikjdcwg\"
}"
The ID of the cupCategory.
curl --request PUT \
"https://anne-api.oefol.at/v1/cupCategory/1" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"licenseRequired\": true,
\"number\": 20,
\"shortTitle\": \"pzpvdfmdlitkodbh\",
\"title\": \"hyucbxwrnqfzpswjqof\"
}"
The ID of the cupCategory.
curl --request DELETE \
"https://anne-api.oefol.at/v1/cupCategory/1" \
--header "Content-Type: application/json" \
--header "Accept: application/json" curl --request PATCH \
"https://anne-api.oefol.at/v1/cupCategory/reorder" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"order\": \"[\\\"illo\\\",\\\"cumque\\\"]\"
}"
curl --request GET \
--get "https://anne-api.oefol.at/v1/customEventFilter" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
{
"message": "Unauthenticated."
}
curl --request POST \
"https://anne-api.oefol.at/v1/customEventFilter" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"filters\": \"[\\\"tenetur\\\",\\\"et\\\"]\",
\"label\": \"uhtvrbkxlwortcdioryqjrutt\"
}"
The ID of the customEventFilter.
curl --request PUT \
"https://anne-api.oefol.at/v1/customEventFilter/2" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"filters\": \"[\\\"numquam\\\",\\\"earum\\\"]\",
\"label\": \"hfqffdpjzrfxezwvorwxlcu\"
}"
The ID of the customEventFilter.
curl --request DELETE \
"https://anne-api.oefol.at/v1/customEventFilter/2" \
--header "Content-Type: application/json" \
--header "Accept: application/json" curl --request POST \
"https://anne-api.oefol.at/v1/errorReport" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"errorMessages\": \"[\\\"velit\\\",\\\"occaecati\\\"]\",
\"localStorage\": \"[\\\"tempore\\\",\\\"tempore\\\"]\",
\"operatingSystem\": \"zqqsvruneknpc\",
\"url\": \"http:\\/\\/www.shields.biz\\/\",
\"user\": \"[\\\"distinctio\\\",\\\"est\\\"]\",
\"userAgent\": \"jbhnblnhsscubhcwwk\"
}"
The page number to be returned.
Entries per page. If not set, maximum will be used. Must be at least 1. Must not be greater than 1000.
curl --request GET \
--get "https://anne-api.oefol.at/v1/errorReport?page=16&perPage=15" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
{
"message": "Unauthenticated."
}
The ID of the errorReport.
curl --request PATCH \
"https://anne-api.oefol.at/v1/errorReport/officiis/read" \
--header "Content-Type: application/json" \
--header "Accept: application/json" The ID of the errorReport.
curl --request DELETE \
"https://anne-api.oefol.at/v1/errorReport/sit" \
--header "Content-Type: application/json" \
--header "Accept: application/json" Returns a calendar file (.ics) containing all events matching the given custom event filter UUID.
curl --request GET \
--get "https://anne-api.oefol.at/v1/cal/893be320-9ece-3358-92ea-f45b26998655" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
{
"message": "No query results for model [App\\Models\\CustomEventFilter]."
}
Returns a list of events which meet the specified filters.
Return only events that are bookmarked by the authenticated user.
truefalseFilter events by competition type. Must be an array of competition types. Allowed competition types: relay, single, team. Must be a valid JSON string.
Filter events by coordinates. Should be combined with parameter "maxDistance". If set, each event will return then distance from these coordinates in meters.
Filter events by host or organizer. Must be an array of club ids. Must be a valid JSON string.
Filter events by cup. Must be an array of cup ids. Must be a valid JSON string.
Filter events by date. Events with from-date equal to or from-date equal to or earlier and to-date equal to or later than the given date will be returned. Must be a valid date.
Whether or not to return the data as a file attachment.
truefalseFilter events by event type. Must be an array of event types. Allowed event types: clubEvent, competition, education, federationEvent, organizationAndLogistics, training. Must be a valid JSON string.
Filter events by host. Must be an array of club ids. Must be a valid JSON string.
Filter events by location.
Filter events by date. Events with from-date equal to or earlier than the given date will be returned. Must be a valid date.
Maximum distance in meters from the given coordinates. Must be combined with parameter "coordinates". If not set, 10000 will be used.
Filter events by date. Events with from-date equal to or later than the given date will be returned. Must be a valid date.
Filter events by organiser. Must be an array of club ids. Must be a valid JSON string.
Output format.
jsonxmlThe page number to be returned.
Entries per page. If not set, 100 will be used. Must be at least 1. Must not be greater than 1000.
Filter events by sport type. Must be an array of sport types. Allowed sport types: footOrienteering, mountainbikeOrienteering, skiOrienteering, trailOrienteering. Must be a valid JSON string.
Column name to sort by. If not set, date_from is used.
Sort direction. If not set, desc is used.
ascdescFilter events by status. Must be an array of statuses. Allowed statuses: canceled, completed, draft, live, postponed, scheduled. Must be a valid JSON string.
Filter events by tag. Must be an array of tags. Must be a valid JSON string.
Filter events by title or short title.
curl --request GET \
--get "https://anne-api.oefol.at/v1/event?bookmarked=false&competitionType=%5B%22incidunt%22%2C%22amet%22%5D&coordinates=nisi&clubId=%5B%22dolores%22%2C%22dolorem%22%5D&cupId=%5B%22saepe%22%2C%22qui%22%5D&date=2026-05-21T21%3A42%3A59&download=false&eventType=%5B%22sed%22%2C%22sint%22%5D&hostId=%5B%22velit%22%2C%22neque%22%5D&location=officiis&maxDate=2026-05-21T21%3A42%3A59&maxDistance=20&minDate=2026-05-21T21%3A42%3A59&organiserId=%5B%22harum%22%2C%22quia%22%5D&output=xml&page=1&perPage=1&sportType=%5B%22omnis%22%2C%22sed%22%5D&sortBy=ab&sortDirection=asc&status=%5B%22voluptatibus%22%2C%22voluptas%22%5D&tag=%5B%22delectus%22%2C%22doloremque%22%5D&title=voluptatem" \
--header "Content-Type: application/json" \
--header "Accept: application/json" [
{
"id": 1
}
]
The ID of the event.
curl --request GET \
--get "https://anne-api.oefol.at/v1/event/4" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
{
"bankAccount": null,
"categoryCount": 36,
"competitionType": "single",
"contactEmailAddress": null,
"coordinates": null,
"cups": [
{
"id": 1,
"sportType": "footOrienteering",
"title": "Österreichische Rangliste 2006",
"url": "https://anne.orienteeringaustria.at/cup/osterreichische-rangliste-2006"
}
],
"dateFrom": "2006-05-07T00:00:00.000000Z",
"dateTo": null,
"deadlineForNames": null,
"deadlines": [],
"description": "",
"entryCount": 0,
"eventType": "competition",
"firstStart": null,
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "OVI",
"id": 12,
"name": "OLCU Viktring",
"url": "https://anne.orienteeringaustria.at/verein/club-12"
}
],
"id": 4,
"liveloxEventId": null,
"location": "Winklern bei Pörtschach",
"organisers": [],
"originalEvents": [],
"paymentConfirmationClub": null,
"postponedEvent": null,
"ratingDurationDays": null,
"ratingPercentage": 0,
"resultCount": null,
"shortTitle": "ÖM J&S,2.RLL",
"slug": "osterreichische-meisterschaft-nachwuchs-und-senioren-2-ranglistenlauf",
"sportType": "footOrienteering",
"stageCount": 0,
"starttimeCount": 0,
"status": "completed",
"timeFrom": null,
"timeTo": null,
"title": "Österreichische Meisterschaft Nachwuchs und Senioren, 2. Ranglistenlauf",
"url": "https://anne.orienteeringaustria.at/event/osterreichische-meisterschaft-nachwuchs-und-senioren-2-ranglistenlauf",
"visibility": "public",
"website": null
}
The ID of the event.
curl --request GET \
--get "https://anne-api.oefol.at/v1/event/4/attachments" \
--header "Content-Type: application/json" \
--header "Accept: application/json" curl --request POST \
"https://anne-api.oefol.at/v1/event" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"clubId\": 8,
\"dateFrom\": \"2026-05-21T21:43:00\",
\"dateTo\": \"2067-09-05\",
\"firstStart\": \"21:43\",
\"location\": \"ewdtbwswp\",
\"shortTitle\": \"a\",
\"timeFrom\": \"21:43\",
\"timeTo\": \"21:43\",
\"title\": \"wtztjle\"
}"
The ID of the event.
curl --request PATCH \
"https://anne-api.oefol.at/v1/event/4" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"bankAccount\": \"[\\\"error\\\",\\\"inventore\\\"]\",
\"contactEmailAddress\": \"nppgbifahkxfvhucwlphqfs\",
\"coordinates\": \"rerum\",
\"dateFrom\": \"2026-05-21T21:43:00\",
\"dateTo\": \"2082-03-28\",
\"deadlineForNames\": \"2026-05-21T21:43:00\",
\"description\": \"Enim et ducimus commodi alias nisi.\",
\"firstStart\": \"21:43\",
\"hosts\": \"[\\\"labore\\\",\\\"rerum\\\"]\",
\"liveloxEventId\": 8,
\"location\": \"vhsrahvvgdiivjltprath\",
\"organisers\": \"[\\\"et\\\",\\\"cumque\\\"]\",
\"paymentConfirmationClubId\": 6,
\"ratingDurationDays\": 69,
\"shortTitle\": \"oqjfjowsmkyjtoxfvfqju\",
\"slug\": \"qltqzwms\",
\"timeFrom\": \"21:43\",
\"timeTo\": \"21:43\",
\"title\": \"nafmousjir\",
\"website\": \"vqdxtdmsj\"
}"
The ID of the event.
curl --request DELETE \
"https://anne-api.oefol.at/v1/event/4" \
--header "Content-Type: application/json" \
--header "Accept: application/json" The ID of the event.
curl --request POST \
"https://anne-api.oefol.at/v1/event/4/publish" \
--header "Content-Type: application/json" \
--header "Accept: application/json" The ID of the event.
curl --request POST \
"https://anne-api.oefol.at/v1/event/4/cancel" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"reason\": \"voluptas\"
}"
The ID of the event.
curl --request POST \
"https://anne-api.oefol.at/v1/event/4/bookmark" \
--header "Content-Type: application/json" \
--header "Accept: application/json" The ID of the event.
curl --request POST \
"https://anne-api.oefol.at/v1/event/4/postpone" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"dateFrom\": \"2026-05-21T21:43:00\",
\"dateTo\": \"2070-03-10\",
\"reason\": \"quisquam\"
}"
The ID of the event.
curl --request GET \
--get "https://anne-api.oefol.at/v1/event/4/userInResults" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
{
"message": "Unauthenticated."
}
curl --request GET \
--get "https://anne-api.oefol.at/v1/event/4/ratings" \
--header "Content-Type: application/json" \
--header "Accept: application/json" The ID of the event.
Whether or not to return the data as a file attachment.
truefalseOutput format.
jsonxmlcurl --request GET \
--get "https://anne-api.oefol.at/v1/event/4/categories?download=false&output=json" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
x-cache
: MISS
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
[
{
"championship": null,
"courses": [],
"createdAt": null,
"entryFee": 12,
"eventId": 4,
"gender": null,
"id": 139,
"increaseEntryFee": true,
"licenseRequired": true,
"maxAge": null,
"minAge": null,
"number": 0,
"shortTitle": "Herren 40-",
"status": "classified",
"teamMembers": 0,
"title": "Herren 40-",
"updatedAt": null
},
{
"championship": null,
"courses": [],
"createdAt": null,
"entryFee": 6,
"eventId": 4,
"gender": null,
"id": 131,
"increaseEntryFee": true,
"licenseRequired": true,
"maxAge": null,
"minAge": null,
"number": 0,
"shortTitle": "Herren 15-16Leistung",
"status": "classified",
"teamMembers": 0,
"title": "Herren 15-16Leistung",
"updatedAt": null
},
{
"championship": null,
"courses": [],
"createdAt": null,
"entryFee": 6,
"eventId": 4,
"gender": null,
"id": 132,
"increaseEntryFee": true,
"licenseRequired": true,
"maxAge": null,
"minAge": null,
"number": 0,
"shortTitle": "Herren 17-18Leistung",
"status": "classified",
"teamMembers": 0,
"title": "Herren 17-18Leistung",
"updatedAt": null
},
{
"championship": null,
"courses": [],
"createdAt": null,
"entryFee": 6,
"eventId": 4,
"gender": null,
"id": 133,
"increaseEntryFee": true,
"licenseRequired": true,
"maxAge": null,
"minAge": null,
"number": 0,
"shortTitle": "Herren 15-18",
"status": "classified",
"teamMembers": 0,
"title": "Herren 15-18",
"updatedAt": null
},
{
"championship": null,
"courses": [],
"createdAt": null,
"entryFee": 12,
"eventId": 4,
"gender": null,
"id": 134,
"increaseEntryFee": true,
"licenseRequired": true,
"maxAge": null,
"minAge": null,
"number": 0,
"shortTitle": "Herren 19-20Leistung",
"status": "classified",
"teamMembers": 0,
"title": "Herren 19-20Leistung",
"updatedAt": null
},
{
"championship": null,
"courses": [],
"createdAt": null,
"entryFee": 12,
"eventId": 4,
"gender": null,
"id": 135,
"increaseEntryFee": true,
"licenseRequired": true,
"maxAge": null,
"minAge": null,
"number": 0,
"shortTitle": "Herren 19- Kurz",
"status": "classified",
"teamMembers": 0,
"title": "Herren 19- Kurz",
"updatedAt": null
},
{
"championship": null,
"courses": [],
"createdAt": null,
"entryFee": 12,
"eventId": 4,
"gender": null,
"id": 136,
"increaseEntryFee": true,
"licenseRequired": true,
"maxAge": null,
"minAge": null,
"number": 0,
"shortTitle": "Herren 21- Lang",
"status": "classified",
"teamMembers": 0,
"title": "Herren 21- Lang",
"updatedAt": null
},
{
"championship": null,
"courses": [],
"createdAt": null,
"entryFee": 12,
"eventId": 4,
"gender": null,
"id": 137,
"increaseEntryFee": true,
"licenseRequired": true,
"maxAge": null,
"minAge": null,
"number": 0,
"shortTitle": "Herren Elite",
"status": "classified",
"teamMembers": 0,
"title": "Herren Elite",
"updatedAt": null
},
{
"championship": null,
"courses": [],
"createdAt": null,
"entryFee": 12,
"eventId": 4,
"gender": null,
"id": 138,
"increaseEntryFee": true,
"licenseRequired": true,
"maxAge": null,
"minAge": null,
"number": 0,
"shortTitle": "Herren 35-",
"status": "classified",
"teamMembers": 0,
"title": "Herren 35-",
"updatedAt": null
},
{
"championship": null,
"courses": [],
"createdAt": null,
"entryFee": 5,
"eventId": 4,
"gender": null,
"id": 130,
"increaseEntryFee": true,
"licenseRequired": true,
"maxAge": null,
"minAge": null,
"number": 0,
"shortTitle": "Herren 13-14",
"status": "classified",
"teamMembers": 0,
"title": "Herren 13-14",
"updatedAt": null
},
{
"championship": null,
"courses": [],
"createdAt": null,
"entryFee": 12,
"eventId": 4,
"gender": null,
"id": 140,
"increaseEntryFee": true,
"licenseRequired": true,
"maxAge": null,
"minAge": null,
"number": 0,
"shortTitle": "Herren 45-",
"status": "classified",
"teamMembers": 0,
"title": "Herren 45-",
"updatedAt": null
},
{
"championship": null,
"courses": [],
"createdAt": null,
"entryFee": 12,
"eventId": 4,
"gender": null,
"id": 141,
"increaseEntryFee": true,
"licenseRequired": true,
"maxAge": null,
"minAge": null,
"number": 0,
"shortTitle": "Herren 50-",
"status": "classified",
"teamMembers": 0,
"title": "Herren 50-",
"updatedAt": null
},
{
"championship": null,
"courses": [],
"createdAt": null,
"entryFee": 12,
"eventId": 4,
"gender": null,
"id": 142,
"increaseEntryFee": true,
"licenseRequired": true,
"maxAge": null,
"minAge": null,
"number": 0,
"shortTitle": "Herren 55-",
"status": "classified",
"teamMembers": 0,
"title": "Herren 55-",
"updatedAt": null
},
{
"championship": null,
"courses": [],
"createdAt": null,
"entryFee": 12,
"eventId": 4,
"gender": null,
"id": 143,
"increaseEntryFee": true,
"licenseRequired": true,
"maxAge": null,
"minAge": null,
"number": 0,
"shortTitle": "Herren 60-",
"status": "classified",
"teamMembers": 0,
"title": "Herren 60-",
"updatedAt": null
},
{
"championship": null,
"courses": [],
"createdAt": null,
"entryFee": 12,
"eventId": 4,
"gender": null,
"id": 144,
"increaseEntryFee": true,
"licenseRequired": true,
"maxAge": null,
"minAge": null,
"number": 0,
"shortTitle": "Herren 65-",
"status": "classified",
"teamMembers": 0,
"title": "Herren 65-",
"updatedAt": null
},
{
"championship": null,
"courses": [],
"createdAt": null,
"entryFee": 5,
"eventId": 4,
"gender": null,
"id": 146,
"increaseEntryFee": false,
"licenseRequired": false,
"maxAge": null,
"minAge": null,
"number": 0,
"shortTitle": "Direkt",
"status": "classified",
"teamMembers": 0,
"title": "Direkt",
"updatedAt": null
},
{
"championship": null,
"courses": [],
"createdAt": null,
"entryFee": 5,
"eventId": 4,
"gender": null,
"id": 147,
"increaseEntryFee": true,
"licenseRequired": false,
"maxAge": null,
"minAge": null,
"number": 0,
"shortTitle": "Neulinge",
"status": "classified",
"teamMembers": 0,
"title": "Neulinge",
"updatedAt": null
},
{
"championship": null,
"courses": [],
"createdAt": null,
"entryFee": 12,
"eventId": 4,
"gender": null,
"id": 151,
"increaseEntryFee": true,
"licenseRequired": true,
"maxAge": null,
"minAge": null,
"number": 0,
"shortTitle": "Herren 70-",
"status": "classified",
"teamMembers": 0,
"title": "Herren 70-",
"updatedAt": null
},
{
"championship": null,
"courses": [],
"createdAt": null,
"entryFee": 12,
"eventId": 4,
"gender": null,
"id": 121,
"increaseEntryFee": true,
"licenseRequired": true,
"maxAge": null,
"minAge": null,
"number": 0,
"shortTitle": "Damen Elite",
"status": "classified",
"teamMembers": 0,
"title": "Damen Elite",
"updatedAt": null
},
{
"championship": null,
"courses": [],
"createdAt": null,
"entryFee": 5,
"eventId": 4,
"gender": null,
"id": 113,
"increaseEntryFee": true,
"licenseRequired": true,
"maxAge": null,
"minAge": null,
"number": 0,
"shortTitle": "Damen - 12",
"status": "classified",
"teamMembers": 0,
"title": "Damen - 12",
"updatedAt": null
},
{
"championship": null,
"courses": [],
"createdAt": null,
"entryFee": 5,
"eventId": 4,
"gender": null,
"id": 114,
"increaseEntryFee": true,
"licenseRequired": true,
"maxAge": null,
"minAge": null,
"number": 0,
"shortTitle": "Damen 13-14",
"status": "classified",
"teamMembers": 0,
"title": "Damen 13-14",
"updatedAt": null
},
{
"championship": null,
"courses": [],
"createdAt": null,
"entryFee": 6,
"eventId": 4,
"gender": null,
"id": 115,
"increaseEntryFee": true,
"licenseRequired": true,
"maxAge": null,
"minAge": null,
"number": 0,
"shortTitle": "Damen 15-16 Leistung",
"status": "classified",
"teamMembers": 0,
"title": "Damen 15-16 Leistung",
"updatedAt": null
},
{
"championship": null,
"courses": [],
"createdAt": null,
"entryFee": 6,
"eventId": 4,
"gender": null,
"id": 116,
"increaseEntryFee": true,
"licenseRequired": true,
"maxAge": null,
"minAge": null,
"number": 0,
"shortTitle": "Damen 17-18 Leistung",
"status": "classified",
"teamMembers": 0,
"title": "Damen 17-18 Leistung",
"updatedAt": null
},
{
"championship": null,
"courses": [],
"createdAt": null,
"entryFee": 6,
"eventId": 4,
"gender": null,
"id": 117,
"increaseEntryFee": true,
"licenseRequired": true,
"maxAge": null,
"minAge": null,
"number": 0,
"shortTitle": "Damen 15-18",
"status": "classified",
"teamMembers": 0,
"title": "Damen 15-18",
"updatedAt": null
},
{
"championship": null,
"courses": [],
"createdAt": null,
"entryFee": 12,
"eventId": 4,
"gender": null,
"id": 118,
"increaseEntryFee": true,
"licenseRequired": true,
"maxAge": null,
"minAge": null,
"number": 0,
"shortTitle": "Damen 19-20 Leistung",
"status": "classified",
"teamMembers": 0,
"title": "Damen 19-20 Leistung",
"updatedAt": null
},
{
"championship": null,
"courses": [],
"createdAt": null,
"entryFee": 12,
"eventId": 4,
"gender": null,
"id": 119,
"increaseEntryFee": true,
"licenseRequired": true,
"maxAge": null,
"minAge": null,
"number": 0,
"shortTitle": "Damen 19- Kurz",
"status": "classified",
"teamMembers": 0,
"title": "Damen 19- Kurz",
"updatedAt": null
},
{
"championship": null,
"courses": [],
"createdAt": null,
"entryFee": 12,
"eventId": 4,
"gender": null,
"id": 120,
"increaseEntryFee": true,
"licenseRequired": true,
"maxAge": null,
"minAge": null,
"number": 0,
"shortTitle": "Damen 21- Lang",
"status": "classified",
"teamMembers": 0,
"title": "Damen 21- Lang",
"updatedAt": null
},
{
"championship": null,
"courses": [],
"createdAt": null,
"entryFee": 5,
"eventId": 4,
"gender": null,
"id": 112,
"increaseEntryFee": true,
"licenseRequired": false,
"maxAge": null,
"minAge": null,
"number": 0,
"shortTitle": "Damen - 10",
"status": "classified",
"teamMembers": 0,
"title": "Damen - 10",
"updatedAt": null
},
{
"championship": null,
"courses": [],
"createdAt": null,
"entryFee": 12,
"eventId": 4,
"gender": null,
"id": 122,
"increaseEntryFee": true,
"licenseRequired": true,
"maxAge": null,
"minAge": null,
"number": 0,
"shortTitle": "Damen 35-",
"status": "classified",
"teamMembers": 0,
"title": "Damen 35-",
"updatedAt": null
},
{
"championship": null,
"courses": [],
"createdAt": null,
"entryFee": 12,
"eventId": 4,
"gender": null,
"id": 123,
"increaseEntryFee": true,
"licenseRequired": true,
"maxAge": null,
"minAge": null,
"number": 0,
"shortTitle": "Damen 40-",
"status": "classified",
"teamMembers": 0,
"title": "Damen 40-",
"updatedAt": null
},
{
"championship": null,
"courses": [],
"createdAt": null,
"entryFee": 12,
"eventId": 4,
"gender": null,
"id": 124,
"increaseEntryFee": true,
"licenseRequired": true,
"maxAge": null,
"minAge": null,
"number": 0,
"shortTitle": "Damen 45-",
"status": "classified",
"teamMembers": 0,
"title": "Damen 45-",
"updatedAt": null
},
{
"championship": null,
"courses": [],
"createdAt": null,
"entryFee": 12,
"eventId": 4,
"gender": null,
"id": 125,
"increaseEntryFee": true,
"licenseRequired": true,
"maxAge": null,
"minAge": null,
"number": 0,
"shortTitle": "Damen 50-",
"status": "classified",
"teamMembers": 0,
"title": "Damen 50-",
"updatedAt": null
},
{
"championship": null,
"courses": [],
"createdAt": null,
"entryFee": 12,
"eventId": 4,
"gender": null,
"id": 126,
"increaseEntryFee": true,
"licenseRequired": true,
"maxAge": null,
"minAge": null,
"number": 0,
"shortTitle": "Damen 55-",
"status": "classified",
"teamMembers": 0,
"title": "Damen 55-",
"updatedAt": null
},
{
"championship": null,
"courses": [],
"createdAt": null,
"entryFee": 12,
"eventId": 4,
"gender": null,
"id": 127,
"increaseEntryFee": true,
"licenseRequired": true,
"maxAge": null,
"minAge": null,
"number": 0,
"shortTitle": "Damen 60-",
"status": "classified",
"teamMembers": 0,
"title": "Damen 60-",
"updatedAt": null
},
{
"championship": null,
"courses": [],
"createdAt": null,
"entryFee": 5,
"eventId": 4,
"gender": null,
"id": 128,
"increaseEntryFee": true,
"licenseRequired": false,
"maxAge": null,
"minAge": null,
"number": 0,
"shortTitle": "Herren - 10",
"status": "classified",
"teamMembers": 0,
"title": "Herren - 10",
"updatedAt": null
},
{
"championship": null,
"courses": [],
"createdAt": null,
"entryFee": 5,
"eventId": 4,
"gender": null,
"id": 129,
"increaseEntryFee": true,
"licenseRequired": true,
"maxAge": null,
"minAge": null,
"number": 0,
"shortTitle": "Herren - 12",
"status": "classified",
"teamMembers": 0,
"title": "Herren - 12",
"updatedAt": null
}
]
The ID of the event.
curl --request DELETE \
"https://anne-api.oefol.at/v1/event/4/categories" \
--header "Content-Type: application/json" \
--header "Accept: application/json" curl --request POST \
"https://anne-api.oefol.at/v1/eventCategory" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"championship\": \"[\\\"qui\\\",\\\"minus\\\"]\",
\"eventId\": 14,
\"entryFee\": 485369309.739,
\"increaseEntryFee\": false,
\"licenseRequired\": true,
\"maxAge\": 1,
\"minAge\": 17,
\"number\": 13,
\"shortTitle\": \"htzveuruwhaoetolys\",
\"status\": \"deserunt\",
\"teamMembers\": 18,
\"title\": \"lirrgfxmng\"
}"
The ID of the eventCategory.
curl --request PUT \
"https://anne-api.oefol.at/v1/eventCategory/112" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"championship\": \"[\\\"impedit\\\",\\\"eos\\\"]\",
\"entryFee\": 43366954.62582,
\"increaseEntryFee\": true,
\"licenseRequired\": true,
\"maxAge\": 15,
\"minAge\": 7,
\"number\": 8,
\"shortTitle\": \"oudswmoxsktyl\",
\"status\": \"modi\",
\"teamMembers\": 17,
\"title\": \"hfvsnqoyrgdrksvqjexhzqo\"
}"
The ID of the eventCategory.
curl --request DELETE \
"https://anne-api.oefol.at/v1/eventCategory/112" \
--header "Content-Type: application/json" \
--header "Accept: application/json" The ID of the eventCategory.
curl --request PUT \
"https://anne-api.oefol.at/v1/eventCategory/112/assignCourses" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
curl --request PATCH \
"https://anne-api.oefol.at/v1/eventCategory/reorder" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"order\": \"[\\\"distinctio\\\",\\\"veritatis\\\"]\"
}"
Filter templates by competition type. Allowed competition types: relay, single, team.
curl --request GET \
--get "https://anne-api.oefol.at/v1/eventCategoryTemplate" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
{
"message": "Unauthenticated."
}
curl --request POST \
"https://anne-api.oefol.at/v1/eventCategoryTemplate" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"eventCategories\": \"[\\\"nostrum\\\",\\\"dolor\\\"]\",
\"label\": \"tlhmmch\"
}"
The ID of the eventCategoryTemplate.
curl --request DELETE \
"https://anne-api.oefol.at/v1/eventCategoryTemplate/rem" \
--header "Content-Type: application/json" \
--header "Accept: application/json" The ID of the eventCategoryTemplate.
curl --request PUT \
"https://anne-api.oefol.at/v1/eventCategoryTemplate/id" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"eventCategories\": \"[\\\"fugit\\\",\\\"eos\\\"]\",
\"label\": \"elebpmpsumoygjqz\"
}"
The ID of the event.
curl --request GET \
--get "https://anne-api.oefol.at/v1/event/4/courses" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
[]
The ID of the event.
curl --request POST \
"https://anne-api.oefol.at/v1/event/4/importCourses" \
--header "Content-Type: multipart/form-data" \
--header "Accept: application/json" \
--form "deleteExisting=false"\
--form "eventStageId=10"\
--form "file=@/tmp/phpkc4Ctp" curl --request POST \
"https://anne-api.oefol.at/v1/eventCourse" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"climb\": 4,
\"controls\": \"[\\\"necessitatibus\\\",\\\"quisquam\\\"]\",
\"eventId\": 1,
\"eventStageId\": 12,
\"length\": 8,
\"title\": \"pdxnastjmjwpu\"
}"
The ID of the eventCourse.
curl --request PUT \
"https://anne-api.oefol.at/v1/eventCourse/1" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"climb\": 1,
\"controls\": \"[\\\"omnis\\\",\\\"placeat\\\"]\",
\"eventStageId\": 4,
\"length\": 2,
\"title\": \"pjdngtrhxqlobxblhvhz\"
}"
The ID of the eventCourse.
curl --request DELETE \
"https://anne-api.oefol.at/v1/eventCourse/1" \
--header "Content-Type: application/json" \
--header "Accept: application/json" curl --request GET \
--get "https://anne-api.oefol.at/v1/eventDeadline/upcoming" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
x-cache
: HIT
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
[
{
"createdAt": null,
"current": true,
"dateFrom": null,
"dateTo": "2026-05-22T21:59:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": "46.6287705,14.0352805",
"distance": null,
"dateFrom": "2026-05-30T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "SUK",
"id": 14,
"name": "SU Klagenfurt"
}
],
"id": 5263,
"location": "Saissersee | Seehof Feidig",
"ratingDurationDays": null,
"shortTitle": "5.KOLV Cup, Ktn Allg. MS",
"slug": "5-kolv-cup-ktn-allg-ms",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "13:00:00",
"timeTo": "18:00:00",
"url": "https://anne.orienteeringaustria.at/event/5-kolv-cup-ktn-allg-ms",
"visibility": "public"
},
"eventId": 5263,
"feeIncrease": 0,
"id": 119,
"notified": true,
"title": "Regulärer Meldeschluss",
"updatedAt": "2026-05-20T07:00:29.000000Z"
},
{
"createdAt": null,
"current": true,
"dateFrom": "2025-06-29T15:58:46.000000Z",
"dateTo": "2026-05-24T21:59:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": "46.77832004815217,14.095529967836022",
"distance": null,
"dateFrom": "2026-06-12T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "HSD",
"id": 8,
"name": "HSV Spittal / Drau"
}
],
"id": 5108,
"location": "Steuerberg - Eden",
"ratingDurationDays": null,
"shortTitle": "AAOC 2026 Staffel",
"slug": "alpe-adria-orienteering-cup-2026-staffel",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "14:00:00",
"timeTo": "18:30:00",
"url": "https://anne.orienteeringaustria.at/event/alpe-adria-orienteering-cup-2026-staffel",
"visibility": "public"
},
"eventId": 5108,
"feeIncrease": null,
"id": 3,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": "2026-05-12T10:04:40.000000Z"
},
{
"createdAt": null,
"current": true,
"dateFrom": "2025-12-31T23:00:00.000000Z",
"dateTo": "2026-05-24T21:59:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": "46.78865921113494,14.115625379156896",
"distance": null,
"dateFrom": "2026-06-13T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "HSD",
"id": 8,
"name": "HSV Spittal / Drau"
}
],
"id": 5109,
"location": "Steuerberg - Feldkirchen in Kärnten",
"ratingDurationDays": null,
"shortTitle": "6.KOLV Cuplauf / AAOC 2026 Lang",
"slug": "alpe-adria-orienteering-cup-2026-langdistanz",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "09:00:00",
"timeTo": "15:00:00",
"url": "https://anne.orienteeringaustria.at/event/alpe-adria-orienteering-cup-2026-langdistanz",
"visibility": "public"
},
"eventId": 5109,
"feeIncrease": 0,
"id": 5,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": "2026-02-12T11:46:57.000000Z"
},
{
"createdAt": null,
"current": true,
"dateFrom": "2025-12-31T23:00:00.000000Z",
"dateTo": "2026-05-24T21:59:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": "46.761451353316,14.095050612763",
"distance": null,
"dateFrom": "2026-06-14T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "HSD",
"id": 8,
"name": "HSV Spittal / Drau"
}
],
"id": 5110,
"location": "Steuerberg - Wachsenberg",
"ratingDurationDays": null,
"shortTitle": "7.KOLV Cuplauf / AAOC 2026 Mittel",
"slug": "alpe-adria-orienteering-cup-2026-mitteldistanz",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "09:00:00",
"timeTo": "15:00:00",
"url": "https://anne.orienteeringaustria.at/event/alpe-adria-orienteering-cup-2026-mitteldistanz",
"visibility": "public"
},
"eventId": 5110,
"feeIncrease": 0,
"id": 7,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": "2026-02-12T11:12:17.000000Z"
},
{
"createdAt": null,
"current": true,
"dateFrom": "2025-11-25T20:34:23.000000Z",
"dateTo": "2026-05-24T21:59:00.000000Z",
"event": {
"competitionType": "relay",
"coordinates": "48.325929880118,14.362558722495999",
"distance": null,
"dateFrom": "2026-05-31T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "NLZ",
"id": 30,
"name": "Naturfreunde Linz"
}
],
"id": 5267,
"location": "Außertreffling",
"ratingDurationDays": null,
"shortTitle": "OÖLM Staffel 2026",
"slug": "oolm-staffel-2026",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "09:00:00",
"timeTo": "13:00:00",
"url": "https://anne.orienteeringaustria.at/event/oolm-staffel-2026",
"visibility": "public"
},
"eventId": 5267,
"feeIncrease": 0,
"id": 125,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": null
},
{
"createdAt": null,
"current": false,
"dateFrom": "2026-05-22T22:00:00.000000Z",
"dateTo": "2026-05-25T21:59:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": "46.6287705,14.0352805",
"distance": null,
"dateFrom": "2026-05-30T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "SUK",
"id": 14,
"name": "SU Klagenfurt"
}
],
"id": 5263,
"location": "Saissersee | Seehof Feidig",
"ratingDurationDays": null,
"shortTitle": "5.KOLV Cup, Ktn Allg. MS",
"slug": "5-kolv-cup-ktn-allg-ms",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "13:00:00",
"timeTo": "18:00:00",
"url": "https://anne.orienteeringaustria.at/event/5-kolv-cup-ktn-allg-ms",
"visibility": "public"
},
"eventId": 5263,
"feeIncrease": 50,
"id": 120,
"notified": false,
"title": "Nachmeldung",
"updatedAt": "2026-05-09T09:24:41.000000Z"
},
{
"createdAt": "2026-05-08T11:39:33.000000Z",
"current": true,
"dateFrom": "2026-05-11T22:00:00.000000Z",
"dateTo": "2026-05-25T21:59:59.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-05-30T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "HOR",
"id": 139,
"name": "HSV Hörsching Sektion OL"
}
],
"id": 5502,
"location": "Außertreffling",
"ratingDurationDays": null,
"shortTitle": "OOELM Mitteldistanz",
"slug": "ooe-landesmeisterschaft-mitteldistanz",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "13:00:00",
"timeTo": "18:00:00",
"url": "https://anne.orienteeringaustria.at/event/ooe-landesmeisterschaft-mitteldistanz",
"visibility": "public"
},
"eventId": 5502,
"feeIncrease": 0,
"id": 383,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": "2026-05-14T15:53:43.000000Z"
},
{
"createdAt": "2026-05-08T11:49:48.000000Z",
"current": false,
"dateFrom": "2026-05-25T22:00:00.000000Z",
"dateTo": "2026-05-28T21:59:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-05-30T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "HOR",
"id": 139,
"name": "HSV Hörsching Sektion OL"
}
],
"id": 5502,
"location": "Außertreffling",
"ratingDurationDays": null,
"shortTitle": "OOELM Mitteldistanz",
"slug": "ooe-landesmeisterschaft-mitteldistanz",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "13:00:00",
"timeTo": "18:00:00",
"url": "https://anne.orienteeringaustria.at/event/ooe-landesmeisterschaft-mitteldistanz",
"visibility": "public"
},
"eventId": 5502,
"feeIncrease": 50,
"id": 384,
"notified": false,
"title": "Nachmeldungen",
"updatedAt": "2026-05-08T11:49:48.000000Z"
},
{
"createdAt": null,
"current": false,
"dateFrom": "2026-05-24T22:00:00.000000Z",
"dateTo": "2026-05-28T22:00:00.000000Z",
"event": {
"competitionType": "relay",
"coordinates": "48.325929880118,14.362558722495999",
"distance": null,
"dateFrom": "2026-05-31T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "NLZ",
"id": 30,
"name": "Naturfreunde Linz"
}
],
"id": 5267,
"location": "Außertreffling",
"ratingDurationDays": null,
"shortTitle": "OÖLM Staffel 2026",
"slug": "oolm-staffel-2026",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "09:00:00",
"timeTo": "13:00:00",
"url": "https://anne.orienteeringaustria.at/event/oolm-staffel-2026",
"visibility": "public"
},
"eventId": 5267,
"feeIncrease": 1,
"id": 126,
"notified": false,
"title": "Nachmeldung",
"updatedAt": null
},
{
"createdAt": "2026-03-09T14:18:56.000000Z",
"current": true,
"dateFrom": null,
"dateTo": "2026-05-29T21:59:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-06-04T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "WOLV",
"id": 10008,
"name": "Wiener Orientierungslaufverband"
}
],
"id": 5437,
"location": "Wien",
"ratingDurationDays": null,
"shortTitle": "ÖSTM Sprint & Knock Out Sprint",
"slug": "ostm-sprint",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "13:00:00",
"timeTo": "19:00:00",
"url": "https://anne.orienteeringaustria.at/event/ostm-sprint",
"visibility": "public"
},
"eventId": 5437,
"feeIncrease": 0,
"id": 308,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": "2026-05-18T11:45:55.000000Z"
},
{
"createdAt": "2026-05-07T14:35:20.000000Z",
"current": true,
"dateFrom": null,
"dateTo": "2026-05-29T21:59:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-06-03T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "FOL",
"id": 119,
"name": "FUN-OL NÖe"
}
],
"id": 5501,
"location": "Ternitz",
"ratingDurationDays": null,
"shortTitle": "NÖ- LM der Schulen - Sprint",
"slug": "no-schulmeisterschaft-sprint-1",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "10:00:00",
"timeTo": "14:00:00",
"url": "https://anne.orienteeringaustria.at/event/no-schulmeisterschaft-sprint-1",
"visibility": "public"
},
"eventId": 5501,
"feeIncrease": 0,
"id": 382,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": "2026-05-07T14:39:28.000000Z"
},
{
"createdAt": "2026-04-22T19:26:25.000000Z",
"current": true,
"dateFrom": null,
"dateTo": "2026-06-01T21:59:59.000000Z",
"event": {
"competitionType": null,
"coordinates": null,
"distance": null,
"dateFrom": "2026-06-03T00:00:00.000000Z",
"dateTo": null,
"eventType": "education",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "OFV",
"id": 105,
"name": "ÖFOL"
}
],
"id": 5489,
"location": "Online",
"ratingDurationDays": null,
"shortTitle": "Externe Fortbildung: Sportpsychologie",
"slug": "externe-online-fortbildung-dtb-sportpsychologie-mit-rahel-colins",
"sportType": null,
"stageCount": null,
"status": "scheduled",
"timeFrom": "19:00:00",
"timeTo": "21:30:00",
"url": "https://anne.orienteeringaustria.at/event/externe-online-fortbildung-dtb-sportpsychologie-mit-rahel-colins",
"visibility": "public"
},
"eventId": 5489,
"feeIncrease": 0,
"id": 366,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": "2026-05-04T05:50:01.000000Z"
},
{
"createdAt": null,
"current": false,
"dateFrom": "2026-05-24T22:00:00.000000Z",
"dateTo": "2026-06-02T21:59:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": "46.77832004815217,14.095529967836022",
"distance": null,
"dateFrom": "2026-06-12T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "HSD",
"id": 8,
"name": "HSV Spittal / Drau"
}
],
"id": 5108,
"location": "Steuerberg - Eden",
"ratingDurationDays": null,
"shortTitle": "AAOC 2026 Staffel",
"slug": "alpe-adria-orienteering-cup-2026-staffel",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "14:00:00",
"timeTo": "18:30:00",
"url": "https://anne.orienteeringaustria.at/event/alpe-adria-orienteering-cup-2026-staffel",
"visibility": "public"
},
"eventId": 5108,
"feeIncrease": 50,
"id": 4,
"notified": false,
"title": "Nachmeldung",
"updatedAt": "2026-05-12T10:04:16.000000Z"
},
{
"createdAt": null,
"current": false,
"dateFrom": "2026-05-24T22:00:00.000000Z",
"dateTo": "2026-06-02T22:00:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": "46.78865921113494,14.115625379156896",
"distance": null,
"dateFrom": "2026-06-13T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "HSD",
"id": 8,
"name": "HSV Spittal / Drau"
}
],
"id": 5109,
"location": "Steuerberg - Feldkirchen in Kärnten",
"ratingDurationDays": null,
"shortTitle": "6.KOLV Cuplauf / AAOC 2026 Lang",
"slug": "alpe-adria-orienteering-cup-2026-langdistanz",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "09:00:00",
"timeTo": "15:00:00",
"url": "https://anne.orienteeringaustria.at/event/alpe-adria-orienteering-cup-2026-langdistanz",
"visibility": "public"
},
"eventId": 5109,
"feeIncrease": 50,
"id": 6,
"notified": false,
"title": "Nachmeldung",
"updatedAt": "2026-02-12T11:47:43.000000Z"
},
{
"createdAt": null,
"current": false,
"dateFrom": "2026-05-24T22:00:00.000000Z",
"dateTo": "2026-06-02T22:00:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": "46.761451353316,14.095050612763",
"distance": null,
"dateFrom": "2026-06-14T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "HSD",
"id": 8,
"name": "HSV Spittal / Drau"
}
],
"id": 5110,
"location": "Steuerberg - Wachsenberg",
"ratingDurationDays": null,
"shortTitle": "7.KOLV Cuplauf / AAOC 2026 Mittel",
"slug": "alpe-adria-orienteering-cup-2026-mitteldistanz",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "09:00:00",
"timeTo": "15:00:00",
"url": "https://anne.orienteeringaustria.at/event/alpe-adria-orienteering-cup-2026-mitteldistanz",
"visibility": "public"
},
"eventId": 5110,
"feeIncrease": 50,
"id": 8,
"notified": false,
"title": "Nachmeldung",
"updatedAt": "2026-02-12T11:48:31.000000Z"
},
{
"createdAt": null,
"current": false,
"dateFrom": "2026-06-03T21:59:00.000000Z",
"dateTo": "2026-06-03T21:59:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-06-10T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "OLC",
"id": 56,
"name": "OLC Wienerwald"
}
],
"id": 5197,
"location": "Wien",
"ratingDurationDays": null,
"shortTitle": "WAM OL 2026",
"slug": "orientierungslauf-wiener-akademische-meisterschaft",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "17:00:00",
"timeTo": "20:00:00",
"url": "https://anne.orienteeringaustria.at/event/orientierungslauf-wiener-akademische-meisterschaft",
"visibility": "public"
},
"eventId": 5197,
"feeIncrease": 0,
"id": 35,
"notified": true,
"title": "Regulärer Meldeschluss",
"updatedAt": "2026-05-06T08:55:53.000000Z"
},
{
"createdAt": "2026-04-19T16:52:14.000000Z",
"current": true,
"dateFrom": null,
"dateTo": "2026-06-04T21:59:59.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-06-14T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "ORIO",
"id": 48,
"name": "Orienteering Imst Oberland"
}
],
"id": 5483,
"location": "Obtarrenz, Fußballplatz Lenzenanger",
"ratingDurationDays": null,
"shortTitle": "4.TC",
"slug": "4-tirolcup-2",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "10:00:00",
"timeTo": "17:00:00",
"url": "https://anne.orienteeringaustria.at/event/4-tirolcup-2",
"visibility": "public"
},
"eventId": 5483,
"feeIncrease": 0,
"id": 360,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": "2026-04-19T16:52:14.000000Z"
},
{
"createdAt": null,
"current": true,
"dateFrom": "2026-05-06T22:00:00.000000Z",
"dateTo": "2026-06-07T22:00:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-06-10T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "OLC",
"id": 56,
"name": "OLC Wienerwald"
}
],
"id": 5197,
"location": "Wien",
"ratingDurationDays": null,
"shortTitle": "WAM OL 2026",
"slug": "orientierungslauf-wiener-akademische-meisterschaft",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "17:00:00",
"timeTo": "20:00:00",
"url": "https://anne.orienteeringaustria.at/event/orientierungslauf-wiener-akademische-meisterschaft",
"visibility": "public"
},
"eventId": 5197,
"feeIncrease": 1,
"id": 36,
"notified": false,
"title": "Nachmeldung",
"updatedAt": null
},
{
"createdAt": null,
"current": true,
"dateFrom": "2025-11-13T09:30:06.000000Z",
"dateTo": "2026-06-09T18:00:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-06-10T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "NLZ",
"id": 30,
"name": "Naturfreunde Linz"
}
],
"id": 5226,
"location": "Linz",
"ratingDurationDays": null,
"shortTitle": "3. FUN-OL 2026",
"slug": "3-fun-ol-2026",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "16:30:00",
"timeTo": "17:45:00",
"url": "https://anne.orienteeringaustria.at/event/3-fun-ol-2026",
"visibility": "public"
},
"eventId": 5226,
"feeIncrease": 0,
"id": 62,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": null
},
{
"createdAt": "2026-01-24T10:41:03.000000Z",
"current": true,
"dateFrom": null,
"dateTo": "2026-06-11T21:59:59.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-06-21T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "OrK",
"id": 21,
"name": "Orienteering Klosterneuburg"
}
],
"id": 5357,
"location": "Südstadt",
"ratingDurationDays": null,
"shortTitle": "NÖ & Wr. Sprint-MS",
"slug": "no-wr-sprint-meisterschaften",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "09:00:00",
"timeTo": "13:00:00",
"url": "https://anne.orienteeringaustria.at/event/no-wr-sprint-meisterschaften",
"visibility": "public"
},
"eventId": 5357,
"feeIncrease": 0,
"id": 229,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": "2026-01-24T10:41:03.000000Z"
},
{
"createdAt": "2026-04-03T18:28:01.000000Z",
"current": true,
"dateFrom": null,
"dateTo": "2026-06-12T21:59:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-06-20T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "HSVOLWN",
"id": 19,
"name": "HSV OL Wiener Neustadt"
}
],
"id": 5467,
"location": "Mollram",
"ratingDurationDays": null,
"shortTitle": "NÖ Allgemeine MS, 48. WN Stadt-MS",
"slug": "no-allgemeine-meisterschaft-48-wiener-neustadter-stadtmeisterschaft",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": null,
"timeTo": null,
"url": "https://anne.orienteeringaustria.at/event/no-allgemeine-meisterschaft-48-wiener-neustadter-stadtmeisterschaft",
"visibility": "public"
},
"eventId": 5467,
"feeIncrease": 0,
"id": 336,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": "2026-04-03T18:31:35.000000Z"
},
{
"createdAt": null,
"current": true,
"dateFrom": "2025-11-19T07:52:41.000000Z",
"dateTo": "2026-06-13T21:59:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-07-08T00:00:00.000000Z",
"dateTo": "2026-07-12T00:00:00.000000Z",
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "STOLV",
"id": 10006,
"name": "Steirischer Orientierungslaufverband"
}
],
"id": 5245,
"location": "Litschau",
"ratingDurationDays": null,
"shortTitle": "Sommer Cup",
"slug": "sommer-cup-2",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": null,
"timeTo": null,
"url": "https://anne.orienteeringaustria.at/event/sommer-cup-2",
"visibility": "public"
},
"eventId": 5245,
"feeIncrease": 0,
"id": 96,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": null
},
{
"createdAt": "2026-04-22T15:18:29.000000Z",
"current": true,
"dateFrom": null,
"dateTo": "2026-06-13T21:59:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": "47.29393027978462,16.075701713562015",
"distance": null,
"dateFrom": "2026-06-21T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "HPF",
"id": 2,
"name": "HSV Pinkafeld"
},
{
"code": "LOM",
"id": 3,
"name": "LZ OMAHA"
}
],
"id": 5486,
"location": "Markt Allhau",
"ratingDurationDays": null,
"shortTitle": "LM Sprint (B, St)",
"slug": "lm-sprint-fur-bgld-u-stmk",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "09:00:00",
"timeTo": "14:00:00",
"url": "https://anne.orienteeringaustria.at/event/lm-sprint-fur-bgld-u-stmk",
"visibility": "public"
},
"eventId": 5486,
"feeIncrease": 0,
"id": 363,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": "2026-05-18T06:10:22.000000Z"
},
{
"createdAt": "2026-04-03T22:40:02.000000Z",
"current": false,
"dateFrom": "2026-06-12T22:00:00.000000Z",
"dateTo": "2026-06-14T21:59:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-06-20T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "HSVOLWN",
"id": 19,
"name": "HSV OL Wiener Neustadt"
}
],
"id": 5467,
"location": "Mollram",
"ratingDurationDays": null,
"shortTitle": "NÖ Allgemeine MS, 48. WN Stadt-MS",
"slug": "no-allgemeine-meisterschaft-48-wiener-neustadter-stadtmeisterschaft",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": null,
"timeTo": null,
"url": "https://anne.orienteeringaustria.at/event/no-allgemeine-meisterschaft-48-wiener-neustadter-stadtmeisterschaft",
"visibility": "public"
},
"eventId": 5467,
"feeIncrease": 50,
"id": 337,
"notified": false,
"title": "Spätmeldung",
"updatedAt": "2026-04-03T22:40:02.000000Z"
},
{
"createdAt": "2026-05-18T06:12:04.000000Z",
"current": false,
"dateFrom": "2026-06-13T22:00:00.000000Z",
"dateTo": "2026-06-15T21:59:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": "47.29393027978462,16.075701713562015",
"distance": null,
"dateFrom": "2026-06-21T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "HPF",
"id": 2,
"name": "HSV Pinkafeld"
},
{
"code": "LOM",
"id": 3,
"name": "LZ OMAHA"
}
],
"id": 5486,
"location": "Markt Allhau",
"ratingDurationDays": null,
"shortTitle": "LM Sprint (B, St)",
"slug": "lm-sprint-fur-bgld-u-stmk",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "09:00:00",
"timeTo": "14:00:00",
"url": "https://anne.orienteeringaustria.at/event/lm-sprint-fur-bgld-u-stmk",
"visibility": "public"
},
"eventId": 5486,
"feeIncrease": 50,
"id": 391,
"notified": false,
"title": "Spätmeldung",
"updatedAt": "2026-05-18T06:13:35.000000Z"
},
{
"createdAt": "2026-04-08T17:50:49.000000Z",
"current": true,
"dateFrom": null,
"dateTo": "2026-06-19T21:59:00.000000Z",
"event": {
"competitionType": "relay",
"coordinates": null,
"distance": null,
"dateFrom": "2026-06-27T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "AHDO",
"id": 32,
"name": "ASKÖ Henndorf Orienteering"
}
],
"id": 5473,
"location": "",
"ratingDurationDays": null,
"shortTitle": "Sbg LM Staffel",
"slug": "salzburger-lm-staffel-2",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "10:00:00",
"timeTo": "17:00:00",
"url": "https://anne.orienteeringaustria.at/event/salzburger-lm-staffel-2",
"visibility": "public"
},
"eventId": 5473,
"feeIncrease": 0,
"id": 346,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": "2026-04-08T17:59:29.000000Z"
},
{
"createdAt": null,
"current": true,
"dateFrom": "2025-11-15T09:54:28.000000Z",
"dateTo": "2026-06-21T21:59:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-06-26T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "NLZ",
"id": 30,
"name": "Naturfreunde Linz"
}
],
"id": 5236,
"location": "Linz",
"ratingDurationDays": null,
"shortTitle": "OÖLM Sprint 2026",
"slug": "oolm-sprint-2026",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": null,
"timeTo": null,
"url": "https://anne.orienteeringaustria.at/event/oolm-sprint-2026",
"visibility": "public"
},
"eventId": 5236,
"feeIncrease": 0,
"id": 78,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": null
},
{
"createdAt": null,
"current": true,
"dateFrom": "2026-05-14T22:00:00.000000Z",
"dateTo": "2026-06-21T22:00:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-07-02T00:00:00.000000Z",
"dateTo": "2026-07-05T00:00:00.000000Z",
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "HVI",
"id": 9,
"name": "HSV OL Villach"
}
],
"id": 4955,
"location": "Kärnten",
"ratingDurationDays": null,
"shortTitle": "8. Carinthian Lake Cup 2026",
"slug": "8-carinthian-lake-cup-2026",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": null,
"timeTo": null,
"url": "https://anne.orienteeringaustria.at/event/8-carinthian-lake-cup-2026",
"visibility": "public"
},
"eventId": 4955,
"feeIncrease": 1,
"id": 2,
"notified": true,
"title": "Nachmeldung",
"updatedAt": "2026-04-28T14:34:40.000000Z"
},
{
"createdAt": "2026-04-08T18:00:20.000000Z",
"current": false,
"dateFrom": "2026-06-19T21:59:01.000000Z",
"dateTo": "2026-06-22T21:59:00.000000Z",
"event": {
"competitionType": "relay",
"coordinates": null,
"distance": null,
"dateFrom": "2026-06-27T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "AHDO",
"id": 32,
"name": "ASKÖ Henndorf Orienteering"
}
],
"id": 5473,
"location": "",
"ratingDurationDays": null,
"shortTitle": "Sbg LM Staffel",
"slug": "salzburger-lm-staffel-2",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "10:00:00",
"timeTo": "17:00:00",
"url": "https://anne.orienteeringaustria.at/event/salzburger-lm-staffel-2",
"visibility": "public"
},
"eventId": 5473,
"feeIncrease": 50,
"id": 347,
"notified": false,
"title": "Spätmeldung",
"updatedAt": "2026-04-08T18:00:20.000000Z"
},
{
"createdAt": null,
"current": false,
"dateFrom": "2026-06-21T22:00:00.000000Z",
"dateTo": "2026-06-23T22:00:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-06-26T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "NLZ",
"id": 30,
"name": "Naturfreunde Linz"
}
],
"id": 5236,
"location": "Linz",
"ratingDurationDays": null,
"shortTitle": "OÖLM Sprint 2026",
"slug": "oolm-sprint-2026",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": null,
"timeTo": null,
"url": "https://anne.orienteeringaustria.at/event/oolm-sprint-2026",
"visibility": "public"
},
"eventId": 5236,
"feeIncrease": 1,
"id": 79,
"notified": false,
"title": "Nachmeldung",
"updatedAt": null
},
{
"createdAt": null,
"current": true,
"dateFrom": "2025-11-03T17:42:45.000000Z",
"dateTo": "2026-06-24T21:59:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-07-04T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "HVI",
"id": 9,
"name": "HSV OL Villach"
}
],
"id": 5213,
"location": "Kärnten",
"ratingDurationDays": null,
"shortTitle": "ÖHSV Verbandsmeisterschaft 2026",
"slug": "ohsv-verbandsmeisterschaften-2026",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": null,
"timeTo": null,
"url": "https://anne.orienteeringaustria.at/event/ohsv-verbandsmeisterschaften-2026",
"visibility": "public"
},
"eventId": 5213,
"feeIncrease": 0,
"id": 53,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": null
},
{
"createdAt": "2026-01-09T19:11:51.000000Z",
"current": true,
"dateFrom": null,
"dateTo": "2026-06-25T10:00:00.000000Z",
"event": {
"competitionType": null,
"coordinates": "48.07125995230909,16.281213716888413",
"distance": null,
"dateFrom": "2026-06-27T00:00:00.000000Z",
"dateTo": "2026-06-28T00:00:00.000000Z",
"eventType": "training",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "WAT",
"id": 62,
"name": "WAT-OL"
}
],
"id": 5334,
"location": "Mödling",
"ratingDurationDays": null,
"shortTitle": "ASKÖ Jugendtrainingstage",
"slug": "jugendtrainingstage-2026",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "10:00:00",
"timeTo": "17:00:00",
"url": "https://anne.orienteeringaustria.at/event/jugendtrainingstage-2026",
"visibility": "public"
},
"eventId": 5334,
"feeIncrease": 0,
"id": 205,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": "2026-01-09T19:14:57.000000Z"
},
{
"createdAt": "2026-01-20T15:32:14.000000Z",
"current": true,
"dateFrom": "2026-05-07T10:00:00.000000Z",
"dateTo": "2026-06-25T10:00:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": "48.07380490949,16.288402037048",
"distance": null,
"dateFrom": "2026-06-27T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "OSW",
"id": 57,
"name": "OLG Ströck Wien"
}
],
"id": 5348,
"location": "HTL Mödling",
"ratingDurationDays": null,
"shortTitle": "Wr. Sprint Serie",
"slug": "wr-sprint-serie-2026",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "13:30:00",
"timeTo": "16:00:00",
"url": "https://anne.orienteeringaustria.at/event/wr-sprint-serie-2026",
"visibility": "public"
},
"eventId": 5348,
"feeIncrease": 0,
"id": 221,
"notified": false,
"title": "Normaler Meldeschluss über ANNE",
"updatedAt": "2026-01-20T16:15:06.000000Z"
},
{
"createdAt": "2026-01-20T16:23:00.000000Z",
"current": true,
"dateFrom": null,
"dateTo": "2026-06-25T10:00:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": "48.056195530317,16.275420145416",
"distance": null,
"dateFrom": "2026-06-28T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "OSW",
"id": 57,
"name": "OLG Ströck Wien"
}
],
"id": 5349,
"location": "Richardshof 248, 2352 Gumpoldskirchen",
"ratingDurationDays": null,
"shortTitle": "WOLV Cup",
"slug": "wolv-cup-2026",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "10:30:00",
"timeTo": "13:30:00",
"url": "https://anne.orienteeringaustria.at/event/wolv-cup-2026",
"visibility": "public"
},
"eventId": 5349,
"feeIncrease": 0,
"id": 222,
"notified": false,
"title": "Normaler Meldeschluss über ANNE",
"updatedAt": "2026-01-20T16:31:51.000000Z"
},
{
"createdAt": "2025-12-25T16:48:56.000000Z",
"current": true,
"dateFrom": "2026-04-30T22:00:00.000000Z",
"dateTo": "2026-06-26T21:59:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-06-30T00:00:00.000000Z",
"dateTo": "2026-07-02T00:00:00.000000Z",
"eventType": "training",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "HVI",
"id": 9,
"name": "HSV OL Villach"
}
],
"id": 5292,
"location": "Raum Kärnten",
"ratingDurationDays": null,
"shortTitle": "Train your Team",
"slug": "train-your-team-2",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": null,
"timeTo": null,
"url": "https://anne.orienteeringaustria.at/event/train-your-team-2",
"visibility": "public"
},
"eventId": 5292,
"feeIncrease": 0,
"id": 152,
"notified": true,
"title": "Normaler Meldeschluss",
"updatedAt": "2026-05-10T13:55:00.000000Z"
},
{
"createdAt": null,
"current": false,
"dateFrom": "2026-06-24T22:00:00.000000Z",
"dateTo": "2026-06-28T22:00:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-07-04T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "HVI",
"id": 9,
"name": "HSV OL Villach"
}
],
"id": 5213,
"location": "Kärnten",
"ratingDurationDays": null,
"shortTitle": "ÖHSV Verbandsmeisterschaft 2026",
"slug": "ohsv-verbandsmeisterschaften-2026",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": null,
"timeTo": null,
"url": "https://anne.orienteeringaustria.at/event/ohsv-verbandsmeisterschaften-2026",
"visibility": "public"
},
"eventId": 5213,
"feeIncrease": 1,
"id": 54,
"notified": false,
"title": "Nachmeldung",
"updatedAt": null
},
{
"createdAt": null,
"current": false,
"dateFrom": "2026-06-13T22:00:00.000000Z",
"dateTo": "2026-06-30T22:00:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-07-08T00:00:00.000000Z",
"dateTo": "2026-07-12T00:00:00.000000Z",
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "STOLV",
"id": 10006,
"name": "Steirischer Orientierungslaufverband"
}
],
"id": 5245,
"location": "Litschau",
"ratingDurationDays": null,
"shortTitle": "Sommer Cup",
"slug": "sommer-cup-2",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": null,
"timeTo": null,
"url": "https://anne.orienteeringaustria.at/event/sommer-cup-2",
"visibility": "public"
},
"eventId": 5245,
"feeIncrease": 1,
"id": 97,
"notified": false,
"title": "Nachmeldung",
"updatedAt": null
},
{
"createdAt": null,
"current": true,
"dateFrom": "2025-11-13T09:32:56.000000Z",
"dateTo": "2026-07-07T18:00:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-07-08T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "NLZ",
"id": 30,
"name": "Naturfreunde Linz"
}
],
"id": 5227,
"location": "Linz",
"ratingDurationDays": null,
"shortTitle": "4. FUN-OL 2026",
"slug": "4-fun-ol-2026",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "16:30:00",
"timeTo": "17:45:00",
"url": "https://anne.orienteeringaustria.at/event/4-fun-ol-2026",
"visibility": "public"
},
"eventId": 5227,
"feeIncrease": 0,
"id": 63,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": null
},
{
"createdAt": null,
"current": true,
"dateFrom": "2025-12-01T17:02:29.000000Z",
"dateTo": "2026-07-08T21:59:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-07-18T00:00:00.000000Z",
"dateTo": "2026-07-19T00:00:00.000000Z",
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "ACA",
"id": 104,
"name": "AC Ausland"
}
],
"id": 5280,
"location": "Márkó (HUN)",
"ratingDurationDays": null,
"shortTitle": "5./6. MTBO Austria Cup",
"slug": "pannon-mtbo-5-6-austria-cup",
"sportType": "mountainbikeOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": null,
"timeTo": null,
"url": "https://anne.orienteeringaustria.at/event/pannon-mtbo-5-6-austria-cup",
"visibility": "public"
},
"eventId": 5280,
"feeIncrease": 0,
"id": 140,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": null
},
{
"createdAt": null,
"current": false,
"dateFrom": "2026-07-08T22:00:00.000000Z",
"dateTo": "2026-07-12T22:00:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-07-18T00:00:00.000000Z",
"dateTo": "2026-07-19T00:00:00.000000Z",
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "ACA",
"id": 104,
"name": "AC Ausland"
}
],
"id": 5280,
"location": "Márkó (HUN)",
"ratingDurationDays": null,
"shortTitle": "5./6. MTBO Austria Cup",
"slug": "pannon-mtbo-5-6-austria-cup",
"sportType": "mountainbikeOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": null,
"timeTo": null,
"url": "https://anne.orienteeringaustria.at/event/pannon-mtbo-5-6-austria-cup",
"visibility": "public"
},
"eventId": 5280,
"feeIncrease": 1,
"id": 141,
"notified": false,
"title": "Nachmeldung",
"updatedAt": null
},
{
"createdAt": null,
"current": true,
"dateFrom": "2025-09-10T17:54:02.000000Z",
"dateTo": "2026-07-17T21:59:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": "48.20806959999999,16.3713095",
"distance": null,
"dateFrom": "2026-09-03T00:00:00.000000Z",
"dateTo": "2026-09-06T00:00:00.000000Z",
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "OLC",
"id": 56,
"name": "OLC Wienerwald"
}
],
"id": 5162,
"location": "Wien",
"ratingDurationDays": null,
"shortTitle": "Vienna O Challenge 2026",
"slug": "vienna-orienteering-challenge-2026",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": null,
"timeTo": null,
"url": "https://anne.orienteeringaustria.at/event/vienna-orienteering-challenge-2026",
"visibility": "public"
},
"eventId": 5162,
"feeIncrease": 0,
"id": 27,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": null
},
{
"createdAt": null,
"current": false,
"dateFrom": "2026-07-17T22:00:00.000000Z",
"dateTo": "2026-07-21T22:00:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": "48.20806959999999,16.3713095",
"distance": null,
"dateFrom": "2026-09-03T00:00:00.000000Z",
"dateTo": "2026-09-06T00:00:00.000000Z",
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "OLC",
"id": 56,
"name": "OLC Wienerwald"
}
],
"id": 5162,
"location": "Wien",
"ratingDurationDays": null,
"shortTitle": "Vienna O Challenge 2026",
"slug": "vienna-orienteering-challenge-2026",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": null,
"timeTo": null,
"url": "https://anne.orienteeringaustria.at/event/vienna-orienteering-challenge-2026",
"visibility": "public"
},
"eventId": 5162,
"feeIncrease": 1,
"id": 28,
"notified": false,
"title": "Nachmeldung",
"updatedAt": null
},
{
"createdAt": null,
"current": true,
"dateFrom": "2025-11-13T09:34:46.000000Z",
"dateTo": "2026-08-11T18:00:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-08-12T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "NLZ",
"id": 30,
"name": "Naturfreunde Linz"
}
],
"id": 5228,
"location": "Linz",
"ratingDurationDays": null,
"shortTitle": "5. FUN-OL 2026",
"slug": "5-fun-ol-2026",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "16:30:00",
"timeTo": "17:45:00",
"url": "https://anne.orienteeringaustria.at/event/5-fun-ol-2026",
"visibility": "public"
},
"eventId": 5228,
"feeIncrease": 0,
"id": 64,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": null
},
{
"createdAt": null,
"current": true,
"dateFrom": "2025-11-13T09:51:16.000000Z",
"dateTo": "2026-08-14T21:59:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-08-22T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "NLZ",
"id": 30,
"name": "Naturfreunde Linz"
}
],
"id": 5233,
"location": "Region Budweis",
"ratingDurationDays": null,
"shortTitle": "4. Linzcup 2026",
"slug": "4-linzcup-2026",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "14:00:00",
"timeTo": "17:00:00",
"url": "https://anne.orienteeringaustria.at/event/4-linzcup-2026",
"visibility": "public"
},
"eventId": 5233,
"feeIncrease": 0,
"id": 72,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": "2026-02-17T08:05:52.000000Z"
},
{
"createdAt": null,
"current": false,
"dateFrom": "2026-08-16T22:00:00.000000Z",
"dateTo": "2026-08-16T22:00:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-08-22T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "NLZ",
"id": 30,
"name": "Naturfreunde Linz"
}
],
"id": 5233,
"location": "Region Budweis",
"ratingDurationDays": null,
"shortTitle": "4. Linzcup 2026",
"slug": "4-linzcup-2026",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "14:00:00",
"timeTo": "17:00:00",
"url": "https://anne.orienteeringaustria.at/event/4-linzcup-2026",
"visibility": "public"
},
"eventId": 5233,
"feeIncrease": 1,
"id": 73,
"notified": false,
"title": "Nachmeldung",
"updatedAt": "2026-02-17T08:06:10.000000Z"
},
{
"createdAt": "2026-04-29T12:56:25.000000Z",
"current": true,
"dateFrom": null,
"dateTo": "2026-08-18T21:59:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-08-30T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "STOLV",
"id": 10006,
"name": "Steirischer Orientierungslaufverband"
}
],
"id": 5494,
"location": "Dreiländereck",
"ratingDurationDays": null,
"shortTitle": "6. ST Cup 3 Borders",
"slug": "6-stolv-cup-3-borders-orienteering",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "10:00:00",
"timeTo": "15:00:00",
"url": "https://anne.orienteeringaustria.at/event/6-stolv-cup-3-borders-orienteering",
"visibility": "public"
},
"eventId": 5494,
"feeIncrease": 0,
"id": 373,
"notified": false,
"title": "Normaler Meldeschluss",
"updatedAt": "2026-04-29T12:56:25.000000Z"
},
{
"createdAt": "2026-04-29T12:57:19.000000Z",
"current": false,
"dateFrom": "2026-08-18T22:00:00.000000Z",
"dateTo": "2026-08-24T21:59:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-08-30T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "STOLV",
"id": 10006,
"name": "Steirischer Orientierungslaufverband"
}
],
"id": 5494,
"location": "Dreiländereck",
"ratingDurationDays": null,
"shortTitle": "6. ST Cup 3 Borders",
"slug": "6-stolv-cup-3-borders-orienteering",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "10:00:00",
"timeTo": "15:00:00",
"url": "https://anne.orienteeringaustria.at/event/6-stolv-cup-3-borders-orienteering",
"visibility": "public"
},
"eventId": 5494,
"feeIncrease": 50,
"id": 374,
"notified": false,
"title": "Nachmeldung",
"updatedAt": "2026-04-29T12:57:19.000000Z"
},
{
"createdAt": "2026-03-26T09:32:01.000000Z",
"current": true,
"dateFrom": null,
"dateTo": "2026-08-25T21:59:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-08-29T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "NFWien",
"id": 55,
"name": "Naturfreunde Wien"
}
],
"id": 5452,
"location": "3001 Mauerbach/NÖ, Hainbuch 3, Parkplatz des ehem.Gasthof Radlherr",
"ratingDurationDays": null,
"shortTitle": "WOLV Cup 4.Lauf",
"slug": "wolv-cup-4lauf",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "10:00:00",
"timeTo": "13:00:00",
"url": "https://anne.orienteeringaustria.at/event/wolv-cup-4lauf",
"visibility": "public"
},
"eventId": 5452,
"feeIncrease": 0,
"id": 321,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": "2026-03-26T09:34:12.000000Z"
},
{
"createdAt": "2026-01-05T09:47:20.000000Z",
"current": true,
"dateFrom": null,
"dateTo": "2026-08-27T21:59:59.000000Z",
"event": {
"competitionType": "relay",
"coordinates": null,
"distance": null,
"dateFrom": "2026-09-06T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "OLC",
"id": 56,
"name": "OLC Wienerwald"
}
],
"id": 5314,
"location": "Wien",
"ratingDurationDays": null,
"shortTitle": "VOC Sprint Relay",
"slug": "vienna-orienteering-challenge-sprint-relay",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "12:00:00",
"timeTo": "14:00:00",
"url": "https://anne.orienteeringaustria.at/event/vienna-orienteering-challenge-sprint-relay",
"visibility": "public"
},
"eventId": 5314,
"feeIncrease": 0,
"id": 180,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": "2026-01-05T09:47:20.000000Z"
},
{
"createdAt": "2026-02-25T19:17:45.000000Z",
"current": true,
"dateFrom": null,
"dateTo": "2026-08-28T21:59:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": "47.91490389488129,13.102096179379565",
"distance": null,
"dateFrom": "2026-09-05T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": true,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "AHDO",
"id": 32,
"name": "ASKÖ Henndorf Orienteering"
}
],
"id": 5420,
"location": "Riedelwald",
"ratingDurationDays": null,
"shortTitle": "4.SC",
"slug": "4sbg-cup",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "12:00:00",
"timeTo": "16:00:00",
"url": "https://anne.orienteeringaustria.at/event/4sbg-cup",
"visibility": "public"
},
"eventId": 5420,
"feeIncrease": 0,
"id": 293,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": "2026-04-08T17:45:37.000000Z"
},
{
"createdAt": "2026-04-08T17:47:04.000000Z",
"current": false,
"dateFrom": "2026-08-28T21:59:01.000000Z",
"dateTo": "2026-08-31T21:59:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": "47.91490389488129,13.102096179379565",
"distance": null,
"dateFrom": "2026-09-05T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": true,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "AHDO",
"id": 32,
"name": "ASKÖ Henndorf Orienteering"
}
],
"id": 5420,
"location": "Riedelwald",
"ratingDurationDays": null,
"shortTitle": "4.SC",
"slug": "4sbg-cup",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "12:00:00",
"timeTo": "16:00:00",
"url": "https://anne.orienteeringaustria.at/event/4sbg-cup",
"visibility": "public"
},
"eventId": 5420,
"feeIncrease": 50,
"id": 345,
"notified": false,
"title": "Spätmeldung",
"updatedAt": "2026-04-08T17:47:04.000000Z"
},
{
"createdAt": "2026-02-27T07:40:57.000000Z",
"current": true,
"dateFrom": null,
"dateTo": "2026-09-02T21:59:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-09-03T00:00:00.000000Z",
"dateTo": null,
"eventType": "training",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "OLC",
"id": 56,
"name": "OLC Wienerwald"
}
],
"id": 5421,
"location": "Wien Dänenstraße",
"ratingDurationDays": null,
"shortTitle": "Wiener Sprintserie 2026 5. Lauf",
"slug": "voc-x-wiener-sprintserie",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "17:30:00",
"timeTo": "19:00:00",
"url": "https://anne.orienteeringaustria.at/event/voc-x-wiener-sprintserie",
"visibility": "public"
},
"eventId": 5421,
"feeIncrease": 0,
"id": 294,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": "2026-02-27T07:43:04.000000Z"
},
{
"createdAt": null,
"current": true,
"dateFrom": "2025-07-29T14:00:25.000000Z",
"dateTo": "2026-09-06T21:59:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-09-12T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "NLZ",
"id": 30,
"name": "Naturfreunde Linz"
}
],
"id": 5127,
"location": "Bad Leonfelden",
"ratingDurationDays": null,
"shortTitle": "11.AC+ÖSTM Langdistanz+WRE",
"slug": "11-ac-ostm-langdistanz-wre",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": null,
"timeTo": null,
"url": "https://anne.orienteeringaustria.at/event/11-ac-ostm-langdistanz-wre",
"visibility": "public"
},
"eventId": 5127,
"feeIncrease": 0,
"id": 19,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": null
},
{
"createdAt": null,
"current": true,
"dateFrom": "2025-07-29T14:04:47.000000Z",
"dateTo": "2026-09-06T21:59:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-09-13T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "NLZ",
"id": 30,
"name": "Naturfreunde Linz"
}
],
"id": 5128,
"location": "Bad Leonfelden",
"ratingDurationDays": null,
"shortTitle": "12.AC+ÖSTM Mitteldistanz+WRE+ASKÖ-BM",
"slug": "12-ac-ostm-mitteldistanz-wre-askoebm",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": null,
"timeTo": null,
"url": "https://anne.orienteeringaustria.at/event/12-ac-ostm-mitteldistanz-wre-askoebm",
"visibility": "public"
},
"eventId": 5128,
"feeIncrease": 0,
"id": 21,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": null
},
{
"createdAt": null,
"current": true,
"dateFrom": "2025-11-13T09:36:47.000000Z",
"dateTo": "2026-09-08T18:00:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-09-09T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "NLZ",
"id": 30,
"name": "Naturfreunde Linz"
}
],
"id": 5229,
"location": "Linz",
"ratingDurationDays": null,
"shortTitle": "6. FUN-OL 2026",
"slug": "6-fun-ol-2026",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "16:30:00",
"timeTo": "17:45:00",
"url": "https://anne.orienteeringaustria.at/event/6-fun-ol-2026",
"visibility": "public"
},
"eventId": 5229,
"feeIncrease": 0,
"id": 65,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": null
},
{
"createdAt": null,
"current": false,
"dateFrom": "2026-09-06T22:00:00.000000Z",
"dateTo": "2026-09-09T21:59:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-09-12T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "NLZ",
"id": 30,
"name": "Naturfreunde Linz"
}
],
"id": 5127,
"location": "Bad Leonfelden",
"ratingDurationDays": null,
"shortTitle": "11.AC+ÖSTM Langdistanz+WRE",
"slug": "11-ac-ostm-langdistanz-wre",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": null,
"timeTo": null,
"url": "https://anne.orienteeringaustria.at/event/11-ac-ostm-langdistanz-wre",
"visibility": "public"
},
"eventId": 5127,
"feeIncrease": 50,
"id": 20,
"notified": false,
"title": "Nachmeldung",
"updatedAt": "2026-02-19T20:42:55.000000Z"
},
{
"createdAt": null,
"current": false,
"dateFrom": "2026-09-06T22:00:00.000000Z",
"dateTo": "2026-09-09T21:59:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-09-13T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "NLZ",
"id": 30,
"name": "Naturfreunde Linz"
}
],
"id": 5128,
"location": "Bad Leonfelden",
"ratingDurationDays": null,
"shortTitle": "12.AC+ÖSTM Mitteldistanz+WRE+ASKÖ-BM",
"slug": "12-ac-ostm-mitteldistanz-wre-askoebm",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": null,
"timeTo": null,
"url": "https://anne.orienteeringaustria.at/event/12-ac-ostm-mitteldistanz-wre-askoebm",
"visibility": "public"
},
"eventId": 5128,
"feeIncrease": 50,
"id": 22,
"notified": false,
"title": "Nachmeldung",
"updatedAt": "2026-02-19T20:42:12.000000Z"
},
{
"createdAt": null,
"current": true,
"dateFrom": "2025-11-13T09:53:10.000000Z",
"dateTo": "2026-09-13T21:59:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-09-19T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "NLZ",
"id": 30,
"name": "Naturfreunde Linz"
}
],
"id": 5234,
"location": "Vorderweissenbach",
"ratingDurationDays": null,
"shortTitle": "5. Linzcup 2026",
"slug": "5-linzcup-2026",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "14:00:00",
"timeTo": "17:00:00",
"url": "https://anne.orienteeringaustria.at/event/5-linzcup-2026",
"visibility": "public"
},
"eventId": 5234,
"feeIncrease": 0,
"id": 74,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": null
},
{
"createdAt": null,
"current": false,
"dateFrom": "2026-09-13T22:00:00.000000Z",
"dateTo": "2026-09-15T22:00:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-09-19T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "NLZ",
"id": 30,
"name": "Naturfreunde Linz"
}
],
"id": 5234,
"location": "Vorderweissenbach",
"ratingDurationDays": null,
"shortTitle": "5. Linzcup 2026",
"slug": "5-linzcup-2026",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "14:00:00",
"timeTo": "17:00:00",
"url": "https://anne.orienteeringaustria.at/event/5-linzcup-2026",
"visibility": "public"
},
"eventId": 5234,
"feeIncrease": 1,
"id": 75,
"notified": false,
"title": "Nachmeldung",
"updatedAt": "2026-02-17T08:07:02.000000Z"
},
{
"createdAt": "2026-01-12T09:15:39.000000Z",
"current": true,
"dateFrom": null,
"dateTo": "2026-09-18T21:59:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": "48.94462066561596,17.17349455366261",
"distance": null,
"dateFrom": "2026-09-26T00:00:00.000000Z",
"dateTo": "2026-09-27T00:00:00.000000Z",
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "ACA",
"id": 104,
"name": "AC Ausland"
}
],
"id": 5335,
"location": "Vacenovice (Hodonin) / CZ",
"ratingDurationDays": null,
"shortTitle": "7./8. & 9. MTBO AC - Wochenende",
"slug": "78-9-mtbo-ac-wochenende",
"sportType": "mountainbikeOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": null,
"timeTo": null,
"url": "https://anne.orienteeringaustria.at/event/78-9-mtbo-ac-wochenende",
"visibility": "public"
},
"eventId": 5335,
"feeIncrease": 0,
"id": 206,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": "2026-01-12T09:16:59.000000Z"
},
{
"createdAt": null,
"current": true,
"dateFrom": "2025-11-13T09:54:38.000000Z",
"dateTo": "2026-09-27T21:59:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-10-03T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "NLZ",
"id": 30,
"name": "Naturfreunde Linz"
}
],
"id": 5235,
"location": "Mühlviertel",
"ratingDurationDays": null,
"shortTitle": "6. Linzcup 2026",
"slug": "6-linzcup-2026",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "14:00:00",
"timeTo": "17:00:00",
"url": "https://anne.orienteeringaustria.at/event/6-linzcup-2026",
"visibility": "public"
},
"eventId": 5235,
"feeIncrease": 0,
"id": 76,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": null
},
{
"createdAt": "2026-03-04T08:09:25.000000Z",
"current": true,
"dateFrom": null,
"dateTo": "2026-09-29T21:59:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-10-03T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "LKI",
"id": 10653,
"name": "Laufklub Kompass Innsbruck"
}
],
"id": 5429,
"location": "St. Sigmund im Sellrain",
"ratingDurationDays": null,
"shortTitle": "6. TC + TM Middle 2026",
"slug": "tm-middle-6-tirol-cup-2026",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "10:00:00",
"timeTo": "14:00:00",
"url": "https://anne.orienteeringaustria.at/event/tm-middle-6-tirol-cup-2026",
"visibility": "public"
},
"eventId": 5429,
"feeIncrease": 0,
"id": 301,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": "2026-03-04T08:18:34.000000Z"
},
{
"createdAt": null,
"current": true,
"dateFrom": "2025-07-09T16:57:22.000000Z",
"dateTo": "2026-09-30T21:59:00.000000Z",
"event": {
"competitionType": "relay",
"coordinates": null,
"distance": null,
"dateFrom": "2026-10-10T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "SDS",
"id": 1,
"name": "SSV Dornbirn Schoren"
}
],
"id": 5117,
"location": "N M Lombardei",
"ratingDurationDays": null,
"shortTitle": "ARGE ALP Staffel Lombardei",
"slug": "arge-alp-staffel-lombardei",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": null,
"timeTo": null,
"url": "https://anne.orienteeringaustria.at/event/arge-alp-staffel-lombardei",
"visibility": "public"
},
"eventId": 5117,
"feeIncrease": 0,
"id": 9,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": null
},
{
"createdAt": null,
"current": false,
"dateFrom": "2026-09-27T22:00:00.000000Z",
"dateTo": "2026-09-30T22:00:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-10-03T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "NLZ",
"id": 30,
"name": "Naturfreunde Linz"
}
],
"id": 5235,
"location": "Mühlviertel",
"ratingDurationDays": null,
"shortTitle": "6. Linzcup 2026",
"slug": "6-linzcup-2026",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "14:00:00",
"timeTo": "17:00:00",
"url": "https://anne.orienteeringaustria.at/event/6-linzcup-2026",
"visibility": "public"
},
"eventId": 5235,
"feeIncrease": 1,
"id": 77,
"notified": false,
"title": "Nachmeldung",
"updatedAt": null
},
{
"createdAt": null,
"current": true,
"dateFrom": "2025-07-09T16:58:37.000000Z",
"dateTo": "2026-10-01T21:59:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-10-11T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "SDS",
"id": 1,
"name": "SSV Dornbirn Schoren"
}
],
"id": 5118,
"location": "M P Lombardei",
"ratingDurationDays": null,
"shortTitle": "ARGE ALP Einzel",
"slug": "arge-alp-einzel-lombardei",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": null,
"timeTo": null,
"url": "https://anne.orienteeringaustria.at/event/arge-alp-einzel-lombardei",
"visibility": "public"
},
"eventId": 5118,
"feeIncrease": 0,
"id": 11,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": null
},
{
"createdAt": "2026-05-01T07:15:37.000000Z",
"current": true,
"dateFrom": null,
"dateTo": "2026-10-02T21:59:00.000000Z",
"event": {
"competitionType": "relay",
"coordinates": null,
"distance": null,
"dateFrom": "2026-10-10T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "HSVOLWN",
"id": 19,
"name": "HSV OL Wiener Neustadt"
}
],
"id": 5495,
"location": "Kobersdorf",
"ratingDurationDays": null,
"shortTitle": "NÖ & W Staffel LM Kobersdorf",
"slug": "no-w-staffellandesmeisterschaften-kobersdorf",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "14:00:00",
"timeTo": "17:00:00",
"url": "https://anne.orienteeringaustria.at/event/no-w-staffellandesmeisterschaften-kobersdorf",
"visibility": "public"
},
"eventId": 5495,
"feeIncrease": 0,
"id": 375,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": "2026-05-01T07:45:39.000000Z"
},
{
"createdAt": "2026-05-01T07:52:30.000000Z",
"current": true,
"dateFrom": null,
"dateTo": "2026-10-02T21:59:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-10-11T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "HSVOLWN",
"id": 19,
"name": "HSV OL Wiener Neustadt"
}
],
"id": 5496,
"location": "Kobersdorf",
"ratingDurationDays": null,
"shortTitle": "NÖ & W Jugend- und Seniorenmeisterschaften",
"slug": "niederosterreichische-und-wiener-jugend-und-seniorenmeisterschaften",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "10:00:00",
"timeTo": "14:00:00",
"url": "https://anne.orienteeringaustria.at/event/niederosterreichische-und-wiener-jugend-und-seniorenmeisterschaften",
"visibility": "public"
},
"eventId": 5496,
"feeIncrease": 0,
"id": 376,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": "2026-05-01T08:19:29.000000Z"
},
{
"createdAt": null,
"current": true,
"dateFrom": "2025-11-15T09:57:02.000000Z",
"dateTo": "2026-10-04T21:59:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-10-09T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "NLZ",
"id": 30,
"name": "Naturfreunde Linz"
}
],
"id": 5237,
"location": "Linz",
"ratingDurationDays": null,
"shortTitle": "OÖLM Nacht 2026",
"slug": "oolm-nacht-2026",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": null,
"timeTo": null,
"url": "https://anne.orienteeringaustria.at/event/oolm-nacht-2026",
"visibility": "public"
},
"eventId": 5237,
"feeIncrease": 0,
"id": 80,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": null
},
{
"createdAt": null,
"current": true,
"dateFrom": "2025-12-07T08:51:02.000000Z",
"dateTo": "2026-10-04T21:59:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-10-14T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "OLC",
"id": 56,
"name": "OLC Wienerwald"
}
],
"id": 5285,
"location": "Wien",
"ratingDurationDays": null,
"shortTitle": "WAM Sprint-OL 2026",
"slug": "sprint-ol-wiener-akademische-meisterschaft-orientierungslauf-1",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": null,
"timeTo": null,
"url": "https://anne.orienteeringaustria.at/event/sprint-ol-wiener-akademische-meisterschaft-orientierungslauf-1",
"visibility": "public"
},
"eventId": 5285,
"feeIncrease": 0,
"id": 142,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": null
},
{
"createdAt": null,
"current": false,
"dateFrom": "2026-09-30T22:00:00.000000Z",
"dateTo": "2026-10-04T22:00:00.000000Z",
"event": {
"competitionType": "relay",
"coordinates": null,
"distance": null,
"dateFrom": "2026-10-10T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "SDS",
"id": 1,
"name": "SSV Dornbirn Schoren"
}
],
"id": 5117,
"location": "N M Lombardei",
"ratingDurationDays": null,
"shortTitle": "ARGE ALP Staffel Lombardei",
"slug": "arge-alp-staffel-lombardei",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": null,
"timeTo": null,
"url": "https://anne.orienteeringaustria.at/event/arge-alp-staffel-lombardei",
"visibility": "public"
},
"eventId": 5117,
"feeIncrease": 1,
"id": 10,
"notified": false,
"title": "Nachmeldung",
"updatedAt": null
},
{
"createdAt": null,
"current": false,
"dateFrom": "2026-10-01T22:00:00.000000Z",
"dateTo": "2026-10-05T22:00:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-10-11T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "SDS",
"id": 1,
"name": "SSV Dornbirn Schoren"
}
],
"id": 5118,
"location": "M P Lombardei",
"ratingDurationDays": null,
"shortTitle": "ARGE ALP Einzel",
"slug": "arge-alp-einzel-lombardei",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": null,
"timeTo": null,
"url": "https://anne.orienteeringaustria.at/event/arge-alp-einzel-lombardei",
"visibility": "public"
},
"eventId": 5118,
"feeIncrease": 1,
"id": 12,
"notified": false,
"title": "Nachmeldung",
"updatedAt": null
},
{
"createdAt": null,
"current": false,
"dateFrom": "2026-10-04T22:00:00.000000Z",
"dateTo": "2026-10-06T22:00:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-10-09T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "NLZ",
"id": 30,
"name": "Naturfreunde Linz"
}
],
"id": 5237,
"location": "Linz",
"ratingDurationDays": null,
"shortTitle": "OÖLM Nacht 2026",
"slug": "oolm-nacht-2026",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": null,
"timeTo": null,
"url": "https://anne.orienteeringaustria.at/event/oolm-nacht-2026",
"visibility": "public"
},
"eventId": 5237,
"feeIncrease": 1,
"id": 81,
"notified": false,
"title": "Nachmeldung",
"updatedAt": null
},
{
"createdAt": "2026-02-24T17:58:22.000000Z",
"current": true,
"dateFrom": null,
"dateTo": "2026-10-07T21:59:59.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-10-17T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "ACA",
"id": 104,
"name": "AC Ausland"
}
],
"id": 5411,
"location": "Sopron (HUN)",
"ratingDurationDays": null,
"shortTitle": "10. MTBO AC - Mittel",
"slug": "10-mtbo-ac-mittel",
"sportType": "mountainbikeOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": null,
"timeTo": null,
"url": "https://anne.orienteeringaustria.at/event/10-mtbo-ac-mittel",
"visibility": "public"
},
"eventId": 5411,
"feeIncrease": 0,
"id": 284,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": "2026-02-24T17:58:22.000000Z"
},
{
"createdAt": "2026-02-24T18:02:30.000000Z",
"current": true,
"dateFrom": null,
"dateTo": "2026-10-08T21:59:59.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-10-18T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "ACA",
"id": 104,
"name": "AC Ausland"
}
],
"id": 5412,
"location": "Sopron (HUN)",
"ratingDurationDays": null,
"shortTitle": "11. MTBO AC ÖSTM/ÖM Lang",
"slug": "11-mtbo-ac-ostmom-lang",
"sportType": "mountainbikeOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": null,
"timeTo": null,
"url": "https://anne.orienteeringaustria.at/event/11-mtbo-ac-ostmom-lang",
"visibility": "public"
},
"eventId": 5412,
"feeIncrease": 0,
"id": 285,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": "2026-02-24T18:02:30.000000Z"
},
{
"createdAt": null,
"current": false,
"dateFrom": "2026-10-04T22:00:00.000000Z",
"dateTo": "2026-10-08T22:00:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-10-14T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "OLC",
"id": 56,
"name": "OLC Wienerwald"
}
],
"id": 5285,
"location": "Wien",
"ratingDurationDays": null,
"shortTitle": "WAM Sprint-OL 2026",
"slug": "sprint-ol-wiener-akademische-meisterschaft-orientierungslauf-1",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": null,
"timeTo": null,
"url": "https://anne.orienteeringaustria.at/event/sprint-ol-wiener-akademische-meisterschaft-orientierungslauf-1",
"visibility": "public"
},
"eventId": 5285,
"feeIncrease": 1,
"id": 143,
"notified": false,
"title": "Nachmeldung",
"updatedAt": null
},
{
"createdAt": "2026-01-12T12:22:47.000000Z",
"current": true,
"dateFrom": null,
"dateTo": "2026-10-16T21:59:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-10-24T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "GO_",
"id": 103,
"name": "GO_Harzberg/Bad_Voeslau"
},
{
"code": "STOLV",
"id": 10006,
"name": "Steirischer Orientierungslaufverband"
}
],
"id": 5336,
"location": "Pirka (Stmk)",
"ratingDurationDays": null,
"shortTitle": "13. AC Mittel",
"slug": "12-ac-mittel",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": null,
"timeTo": null,
"url": "https://anne.orienteeringaustria.at/event/12-ac-mittel",
"visibility": "public"
},
"eventId": 5336,
"feeIncrease": 0,
"id": 207,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": "2026-01-12T12:23:51.000000Z"
},
{
"createdAt": "2026-01-13T15:02:54.000000Z",
"current": true,
"dateFrom": null,
"dateTo": "2026-10-16T21:59:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-10-25T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "GO_",
"id": 103,
"name": "GO_Harzberg/Bad_Voeslau"
},
{
"code": "STOLV",
"id": 10006,
"name": "Steirischer Orientierungslaufverband"
}
],
"id": 5339,
"location": "Kaiserwald",
"ratingDurationDays": null,
"shortTitle": "14.AC Lang",
"slug": "13ac-lang",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": null,
"timeTo": null,
"url": "https://anne.orienteeringaustria.at/event/13ac-lang",
"visibility": "public"
},
"eventId": 5339,
"feeIncrease": 0,
"id": 210,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": "2026-01-13T15:05:06.000000Z"
},
{
"createdAt": "2026-01-13T15:09:09.000000Z",
"current": true,
"dateFrom": null,
"dateTo": "2026-10-16T21:59:00.000000Z",
"event": {
"competitionType": "team",
"coordinates": null,
"distance": null,
"dateFrom": "2026-10-26T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "GO_",
"id": 103,
"name": "GO_Harzberg/Bad_Voeslau"
},
{
"code": "STOLV",
"id": 10006,
"name": "Steirischer Orientierungslaufverband"
}
],
"id": 5340,
"location": "Tobelbad",
"ratingDurationDays": null,
"shortTitle": "ÖM Mannschaft",
"slug": "om-mannschaft-7",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": null,
"timeTo": null,
"url": "https://anne.orienteeringaustria.at/event/om-mannschaft-7",
"visibility": "public"
},
"eventId": 5340,
"feeIncrease": 0,
"id": 211,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": "2026-01-13T15:10:47.000000Z"
},
{
"createdAt": "2026-03-22T16:26:31.000000Z",
"current": true,
"dateFrom": null,
"dateTo": "2026-10-23T21:59:00.000000Z",
"event": {
"competitionType": null,
"coordinates": "47.04851500131401,16.074019410001604",
"distance": null,
"dateFrom": "2026-11-14T00:00:00.000000Z",
"dateTo": null,
"eventType": "federationEvent",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [],
"id": 5448,
"location": "Fürstenfeld",
"ratingDurationDays": null,
"shortTitle": "ÖFOL-GALA",
"slug": "ofol-gala-2026",
"sportType": null,
"stageCount": null,
"status": "scheduled",
"timeFrom": "17:30:00",
"timeTo": "23:00:00",
"url": "https://anne.orienteeringaustria.at/event/ofol-gala-2026",
"visibility": "public"
},
"eventId": 5448,
"feeIncrease": 0,
"id": 318,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": "2026-03-22T16:47:41.000000Z"
},
{
"createdAt": "2026-04-08T17:27:08.000000Z",
"current": true,
"dateFrom": null,
"dateTo": "2026-10-30T22:59:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-11-07T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "AHDO",
"id": 32,
"name": "ASKÖ Henndorf Orienteering"
}
],
"id": 5472,
"location": "Michaelbeuern",
"ratingDurationDays": null,
"shortTitle": "8.&9. SC",
"slug": "8-9-salzburgcup",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "09:00:00",
"timeTo": "15:00:00",
"url": "https://anne.orienteeringaustria.at/event/8-9-salzburgcup",
"visibility": "public"
},
"eventId": 5472,
"feeIncrease": 0,
"id": 343,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": "2026-04-08T17:38:59.000000Z"
},
{
"createdAt": "2026-04-08T17:39:37.000000Z",
"current": false,
"dateFrom": "2026-10-30T22:59:01.000000Z",
"dateTo": "2026-11-02T22:59:59.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-11-07T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "AHDO",
"id": 32,
"name": "ASKÖ Henndorf Orienteering"
}
],
"id": 5472,
"location": "Michaelbeuern",
"ratingDurationDays": null,
"shortTitle": "8.&9. SC",
"slug": "8-9-salzburgcup",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "09:00:00",
"timeTo": "15:00:00",
"url": "https://anne.orienteeringaustria.at/event/8-9-salzburgcup",
"visibility": "public"
},
"eventId": 5472,
"feeIncrease": 50,
"id": 344,
"notified": false,
"title": "Spätmeldung",
"updatedAt": "2026-04-08T17:39:37.000000Z"
},
{
"createdAt": "2026-01-16T19:16:14.000000Z",
"current": true,
"dateFrom": null,
"dateTo": "2026-11-03T22:59:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2026-11-07T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "LKI",
"id": 10653,
"name": "Laufklub Kompass Innsbruck"
}
],
"id": 5345,
"location": "Natters, GH Natterer Boden",
"ratingDurationDays": null,
"shortTitle": "7. TC 2026",
"slug": "7-tirolcup-2026",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "13:00:00",
"timeTo": "17:00:00",
"url": "https://anne.orienteeringaustria.at/event/7-tirolcup-2026",
"visibility": "public"
},
"eventId": 5345,
"feeIncrease": 0,
"id": 218,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": "2026-01-16T19:22:43.000000Z"
},
{
"createdAt": "2026-02-24T20:58:41.000000Z",
"current": false,
"dateFrom": "2026-08-31T22:00:00.000000Z",
"dateTo": "2026-11-17T22:59:00.000000Z",
"event": {
"competitionType": "relay",
"coordinates": null,
"distance": null,
"dateFrom": "2026-11-21T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "OLK",
"id": 90,
"name": "OL Kufstein"
}
],
"id": 5415,
"location": "Kufstein",
"ratingDurationDays": null,
"shortTitle": "TM Mixed Sprint",
"slug": "tm-mixed-sprint",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": null,
"timeTo": null,
"url": "https://anne.orienteeringaustria.at/event/tm-mixed-sprint",
"visibility": "public"
},
"eventId": 5415,
"feeIncrease": 0,
"id": 288,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": "2026-02-24T21:19:12.000000Z"
},
{
"createdAt": "2026-05-12T11:43:39.000000Z",
"current": true,
"dateFrom": null,
"dateTo": "2027-04-29T21:59:59.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2027-05-09T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "OrK",
"id": 21,
"name": "Orienteering Klosterneuburg"
}
],
"id": 5506,
"location": "Wien / NÖ",
"ratingDurationDays": null,
"shortTitle": "OL meets Wings for Life",
"slug": "ol-meets-wings-for-life",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": "12:00:00",
"timeTo": "17:00:00",
"url": "https://anne.orienteeringaustria.at/event/ol-meets-wings-for-life",
"visibility": "public"
},
"eventId": 5506,
"feeIncrease": 0,
"id": 387,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": "2026-05-12T11:43:39.000000Z"
},
{
"createdAt": null,
"current": true,
"dateFrom": "2025-11-17T08:01:56.000000Z",
"dateTo": "2027-09-29T21:59:00.000000Z",
"event": {
"competitionType": "relay",
"coordinates": null,
"distance": null,
"dateFrom": "2027-10-09T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "SDS",
"id": 1,
"name": "SSV Dornbirn Schoren"
}
],
"id": 5238,
"location": "Salzburg, M-Ort",
"ratingDurationDays": null,
"shortTitle": "ARGE ALP Staffel",
"slug": "arge-alp-staffel-2027",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": null,
"timeTo": null,
"url": "https://anne.orienteeringaustria.at/event/arge-alp-staffel-2027",
"visibility": "public"
},
"eventId": 5238,
"feeIncrease": 0,
"id": 82,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": null
},
{
"createdAt": null,
"current": true,
"dateFrom": "2025-11-17T08:03:08.000000Z",
"dateTo": "2027-09-30T21:59:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2027-10-10T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "SDS",
"id": 1,
"name": "SSV Dornbirn Schoren"
}
],
"id": 5239,
"location": "Salzburg N-Ort",
"ratingDurationDays": null,
"shortTitle": "ARGE ALP Einzel",
"slug": "arge-alp-einzel-2",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": null,
"timeTo": null,
"url": "https://anne.orienteeringaustria.at/event/arge-alp-einzel-2",
"visibility": "public"
},
"eventId": 5239,
"feeIncrease": 0,
"id": 84,
"notified": false,
"title": "Regulärer Meldeschluss",
"updatedAt": null
},
{
"createdAt": null,
"current": false,
"dateFrom": "2027-09-29T22:00:00.000000Z",
"dateTo": "2027-10-03T22:00:00.000000Z",
"event": {
"competitionType": "relay",
"coordinates": null,
"distance": null,
"dateFrom": "2027-10-09T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "SDS",
"id": 1,
"name": "SSV Dornbirn Schoren"
}
],
"id": 5238,
"location": "Salzburg, M-Ort",
"ratingDurationDays": null,
"shortTitle": "ARGE ALP Staffel",
"slug": "arge-alp-staffel-2027",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": null,
"timeTo": null,
"url": "https://anne.orienteeringaustria.at/event/arge-alp-staffel-2027",
"visibility": "public"
},
"eventId": 5238,
"feeIncrease": 1,
"id": 83,
"notified": false,
"title": "Nachmeldung",
"updatedAt": null
},
{
"createdAt": null,
"current": false,
"dateFrom": "2027-09-30T22:00:00.000000Z",
"dateTo": "2027-10-04T22:00:00.000000Z",
"event": {
"competitionType": "single",
"coordinates": null,
"distance": null,
"dateFrom": "2027-10-10T00:00:00.000000Z",
"dateTo": null,
"eventType": "competition",
"hasLiveResults": false,
"hasOfficialResults": false,
"hasUnofficialResults": false,
"hosts": [
{
"code": "SDS",
"id": 1,
"name": "SSV Dornbirn Schoren"
}
],
"id": 5239,
"location": "Salzburg N-Ort",
"ratingDurationDays": null,
"shortTitle": "ARGE ALP Einzel",
"slug": "arge-alp-einzel-2",
"sportType": "footOrienteering",
"stageCount": null,
"status": "scheduled",
"timeFrom": null,
"timeTo": null,
"url": "https://anne.orienteeringaustria.at/event/arge-alp-einzel-2",
"visibility": "public"
},
"eventId": 5239,
"feeIncrease": 1,
"id": 85,
"notified": false,
"title": "Nachmeldung",
"updatedAt": null
}
]
The ID of the event.
curl --request GET \
--get "https://anne-api.oefol.at/v1/event/4/deadlines" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
[]
curl --request POST \
"https://anne-api.oefol.at/v1/eventDeadline" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"dateFrom\": \"2026-05-21T21:43:00\",
\"dateTo\": \"2026-05-21T21:43:00\",
\"eventId\": 14,
\"feeIncrease\": 85440942.35668261,
\"title\": \"qpetkrcqc\"
}"
The ID of the eventDeadline.
curl --request PUT \
"https://anne-api.oefol.at/v1/eventDeadline/1" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"dateFrom\": \"2026-05-21T21:43:00\",
\"dateTo\": \"2026-05-21T21:43:00\",
\"feeIncrease\": 570120,
\"title\": \"asefhl\"
}"
The ID of the eventDeadline.
curl --request DELETE \
"https://anne-api.oefol.at/v1/eventDeadline/1" \
--header "Content-Type: application/json" \
--header "Accept: application/json" curl --request GET \
--get "https://anne-api.oefol.at/v1/eventEmbargoedAreas/active" \
--header "Content-Type: application/json" \
--header "Accept: application/json" The ID of the event.
curl --request GET \
--get "https://anne-api.oefol.at/v1/event/4/embargoedAreas" \
--header "Content-Type: application/json" \
--header "Accept: application/json" curl --request POST \
"https://anne-api.oefol.at/v1/eventEmbargoedArea" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"area\": \"[\\\"odio\\\",\\\"quo\\\"]\",
\"eventId\": 15,
\"label\": \"tpprrmsgsoyouzg\"
}"
The ID of the eventEmbargoedArea.
curl --request PUT \
"https://anne-api.oefol.at/v1/eventEmbargoedArea/1" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"area\": \"[\\\"dolorum\\\",\\\"commodi\\\"]\",
\"label\": \"wjbnxcadysn\"
}"
The ID of the eventEmbargoedArea.
curl --request DELETE \
"https://anne-api.oefol.at/v1/eventEmbargoedArea/1" \
--header "Content-Type: application/json" \
--header "Accept: application/json" The ID of the event.
Filter entries by club name.
Filter entries by club. Must be an array of club ids. Must be a valid JSON string.
Whether or not to return the data as a file attachment.
truefalseFilter entries by family.
Output format.
jsonxmlcurl --request GET \
--get "https://anne-api.oefol.at/v1/event/4/entries?clubName=numquam&clubId=%5B%22rerum%22%2C%22et%22%5D&download=true&familyId=12&output=json" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
content-disposition
: attachment; filename="Meldungen_osterreichische-meisterschaft-nachwuchs-und-senioren-2-ranglistenlauf_2026-05-21_21-42-59.json"
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
[]
The ID of the reference.
PIN code to verfify access to entries.
curl --request GET \
--get "https://anne-api.oefol.at/v1/eventEntry/reference/inventore?pinCode=7" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
[]
curl --request POST \
"https://anne-api.oefol.at/v1/eventEntry/notify" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"deleted\": \"[\\\"ut\\\",\\\"quae\\\"]\",
\"email\": \"batz.dayna@example.org\",
\"eventId\": 7,
\"pinCode\": 7,
\"referenceNumber\": \"sckwicraersrrsonbuozza\"
}"
curl --request POST \
"https://anne-api.oefol.at/v1/eventEntry" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"chipNumber\": 20,
\"clubCode\": \"g\",
\"clubId\": 20,
\"clubName\": \"ykelayxjszmwykoyfiueqoo\",
\"comment\": \"codkppte\",
\"email\": \"kris.maxime@example.org\",
\"entryFee\": 63,
\"eventCategoryId\": 3,
\"eventEntryOptionValues\": \"[\\\"rerum\\\",\\\"tempore\\\"]\",
\"firstName\": \"bnkrttxzth\",
\"iofId\": \"xjixmxh\",
\"lastName\": \"xlsrmdnepurwtlg\",
\"nationality\": \"fa\",
\"outOfCompetition\": true,
\"paymentReference\": \"iwwecoazoifgcgqlyymj\",
\"pinCode\": 8,
\"referenceNumber\": \"j\",
\"stages\": \"[1,3]\",
\"teamMembers\": \"[\\\"ab\\\",\\\"molestias\\\"]\",
\"userId\": 2
}"
The ID of the eventEntry.
curl --request PATCH \
"https://anne-api.oefol.at/v1/eventEntry/1020" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"chipNumber\": 13,
\"clubCode\": \"mhfwmr\",
\"clubId\": 7,
\"clubName\": \"emfgfupmdtuzzty\",
\"comment\": \"hgxfkoi\",
\"entryFee\": 14.69,
\"eventCategoryId\": 11,
\"eventEntryOptionValues\": \"[\\\"veritatis\\\",\\\"sint\\\"]\",
\"firstName\": \"mkhpfnlzhaynandh\",
\"iofId\": \"lfvzy\",
\"lastName\": \"hkpx\",
\"nationality\": \"wgr\",
\"outOfCompetition\": false,
\"pinCode\": 15,
\"stages\": \"[1,3]\",
\"teamMembers\": \"[\\\"explicabo\\\",\\\"aliquid\\\"]\"
}"
The ID of the eventEntry.
curl --request DELETE \
"https://anne-api.oefol.at/v1/eventEntry/1020" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"pinCode\": 12
}"
The ID of the eventEntry.
curl --request GET \
--get "https://anne-api.oefol.at/v1/eventEntry/1020" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
{
"amountPaid": null,
"bibNumber": null,
"championshipEligibility": false,
"chipNumber": 237563,
"clubCode": "LAC",
"clubId": null,
"clubName": "Leibnitzer AC OLG",
"comment": null,
"createdAt": "2006-05-22T19:38:36.000000Z",
"email": null,
"entryFee": 5,
"event": {
"dateFrom": "2006-09-24T00:00:00.000000Z",
"dateTo": null,
"deadlines": [],
"eventType": "competition",
"id": 7,
"location": "Heimschuh bei Leibnitz",
"shortTitle": "Steir. MS Nachw/Sen/Lang",
"sportType": "footOrienteering",
"timeFrom": null,
"timeTo": null,
"title": "Steir. MS Nachwuchs & Senioren und Steir. MS Lang & 6. Steir. Cup",
"url": "https://anne.orienteeringaustria.at/event/steir-ms-nachwuchs-und-senioren-und-steir-ms-lang-und-6-steir-cup"
},
"eventCategoryId": 188,
"firstName": "Bernd",
"gender": "male",
"hasLicense": false,
"id": 1020,
"iofId": null,
"isVerified": false,
"lastName": "Prach",
"nationality": null,
"outOfCompetition": false,
"paymentReference": null,
"stages": null,
"teamMembers": null,
"teamName": "",
"updatedAt": "2006-05-22T19:38:36.000000Z",
"userId": 2139,
"yearOfBirth": 1994
}
The ID of the eventEntry.
curl --request PATCH \
"https://anne-api.oefol.at/v1/eventEntry/1020/assignToClub/sint" \
--header "Content-Type: application/json" \
--header "Accept: application/json" The ID of the family.
curl --request GET \
--get "https://anne-api.oefol.at/v1/family/1/entries" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
{
"message": "Unauthenticated."
}
The ID of the user.
curl --request GET \
--get "https://anne-api.oefol.at/v1/user/1/entries" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
{
"message": "Unauthenticated."
}
The ID of the club.
curl --request GET \
--get "https://anne-api.oefol.at/v1/club/1/entryOptions" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
{
"message": "Unauthenticated."
}
The ID of the club.
curl --request GET \
--get "https://anne-api.oefol.at/v1/club/1/entryOptions/asperiores" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
{
"message": "Unauthenticated."
}
curl --request POST \
"https://anne-api.oefol.at/v1/eventEntryOption" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"clubId\": 11,
\"description\": \"Maiores quod hic repellendus voluptatem.\",
\"eventId\": 19,
\"label\": \"zoduxipntdruheruujb\",
\"options\": \"[\\\"est\\\",\\\"iusto\\\"]\",
\"required\": false,
\"type\": \"text\"
}"
The ID of the eventEntryOption.
curl --request PUT \
"https://anne-api.oefol.at/v1/eventEntryOption/qui" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"description\": \"Reiciendis quia minus ea cum quos aut.\",
\"label\": \"ohqdnub\",
\"options\": \"[\\\"dolore\\\",\\\"in\\\"]\",
\"required\": false,
\"type\": \"checkbox\"
}"
The ID of the eventEntryOption.
curl --request DELETE \
"https://anne-api.oefol.at/v1/eventEntryOption/qui" \
--header "Content-Type: application/json" \
--header "Accept: application/json" The ID of the event.
curl --request GET \
--get "https://anne-api.oefol.at/v1/event/4/locations" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
x-cache
: MISS
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
[]
curl --request POST \
"https://anne-api.oefol.at/v1/eventLocation" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"address\": \"[\\\"et\\\",\\\"pariatur\\\"]\",
\"coordinates\": \"ipsa\",
\"eventId\": 11,
\"eventStageId\": 2,
\"label\": \"pbvletrjkzysbzkvdwqvy\",
\"type\": \"nlwugypbvegezeotxdogfqkz\"
}"
The ID of the eventLocation.
curl --request PUT \
"https://anne-api.oefol.at/v1/eventLocation/1" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"address\": \"[\\\"et\\\",\\\"ut\\\"]\",
\"coordinates\": \"molestias\",
\"eventStageId\": 1,
\"label\": \"ao\",
\"type\": \"slmwumstlfynzxyavjjoef\"
}"
The ID of the eventLocation.
curl --request DELETE \
"https://anne-api.oefol.at/v1/eventLocation/1" \
--header "Content-Type: application/json" \
--header "Accept: application/json" The ID of the event.
Filter events by club.
curl --request GET \
--get "https://anne-api.oefol.at/v1/event/4/payments?clubId=19" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
{
"message": "Unauthenticated."
}
curl --request POST \
"https://anne-api.oefol.at/v1/eventPayment" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"amount\": 104.493,
\"clubId\": 10,
\"eventEntryIds\": \"[\\\"est\\\",\\\"iusto\\\"]\",
\"eventId\": 4,
\"paymentDate\": \"2026-05-21T21:43:00\",
\"paymentReference\": \"zwphnlcxgcskiar\",
\"receivedFrom\": \"vjfcdmvzbc\"
}"
The ID of the eventPayment.
curl --request PUT \
"https://anne-api.oefol.at/v1/eventPayment/non" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"amount\": 2540375.9666211,
\"eventEntryIds\": \"[\\\"aut\\\",\\\"animi\\\"]\",
\"paymentDate\": \"2026-05-21T21:43:00\",
\"paymentReference\": \"telidapigybea\",
\"receivedFrom\": \"jyqzyzmd\"
}"
The ID of the eventPayment.
curl --request DELETE \
"https://anne-api.oefol.at/v1/eventPayment/omnis" \
--header "Content-Type: application/json" \
--header "Accept: application/json" The ID of the eventPayment.
curl --request POST \
"https://anne-api.oefol.at/v1/eventPayment/vel/distribute" \
--header "Content-Type: application/json" \
--header "Accept: application/json" The ID of the eventPayment.
curl --request GET \
--get "https://anne-api.oefol.at/v1/eventPayment/porro/confirmation" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
{
"message": "Unauthenticated."
}
The ID of the event.
curl --request GET \
--get "https://anne-api.oefol.at/v1/event/4/posts" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
x-cache
: MISS
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
[]
curl --request POST \
"https://anne-api.oefol.at/v1/eventPost" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"content\": \"et\",
\"eventId\": 5,
\"locked\": true,
\"subject\": \"lhbfycmdmhwp\"
}"
The ID of the eventPost.
curl --request PUT \
"https://anne-api.oefol.at/v1/eventPost/4" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"content\": \"voluptas\",
\"locked\": true,
\"subject\": \"icjtnssvifpsabzuup\"
}"
The ID of the eventPost.
curl --request DELETE \
"https://anne-api.oefol.at/v1/eventPost/4" \
--header "Content-Type: application/json" \
--header "Accept: application/json" curl --request POST \
"https://anne-api.oefol.at/v1/eventRatingAnswer/quia" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"answers\": \"[\\\"dolores\\\",\\\"possimus\\\"]\"
}"
curl --request GET \
--get "https://anne-api.oefol.at/v1/eventRatingAnswer/voluptatem" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
{
"message": "Unauthenticated."
}
The id of the season.
The sport type.
The subject the question is related to.
eventmapcurl --request GET \
--get "https://anne-api.oefol.at/v1/eventRatingQuestion?seasonId=19&sportType=illo&subject=map" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
{
"message": "Unauthenticated."
}
curl --request POST \
"https://anne-api.oefol.at/v1/eventRatingQuestion" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"optional\": false,
\"orderIndex\": 6,
\"quantifier\": 24.32172124,
\"questionGroup\": \"pvgkygwagzurcxoie\",
\"questionText\": \"neque\",
\"seasonId\": 11,
\"sportType\": \"sapiente\",
\"subject\": \"event\",
\"type\": \"text\"
}"
curl --request POST \
"https://anne-api.oefol.at/v1/eventRatingQuestion/copy/ab/doloribus" \
--header "Content-Type: application/json" \
--header "Accept: application/json" The ID of the eventRatingQuestion.
curl --request DELETE \
"https://anne-api.oefol.at/v1/eventRatingQuestion/reiciendis" \
--header "Content-Type: application/json" \
--header "Accept: application/json" The ID of the eventRatingQuestion.
curl --request PUT \
"https://anne-api.oefol.at/v1/eventRatingQuestion/rerum" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"optional\": true,
\"quantifier\": 102212.860338,
\"questionGroup\": \"cjfhoefkrehjwwxfjv\",
\"questionText\": \"vitae\",
\"subject\": \"map\",
\"type\": \"text\"
}"
curl --request PATCH \
"https://anne-api.oefol.at/v1/eventRatingQuestion/reorder" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"order\": \"[\\\"dolores\\\",\\\"est\\\"]\"
}"
The ID of the cup.
curl --request GET \
--get "https://anne-api.oefol.at/v1/cup/1/results" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
[
{
"categoryStatus": "classified",
"categoryShortTitle": "W21E",
"categoryTitle": "W21E",
"classification": "classified",
"clubCode": null,
"clubName": "SU Klagenfurt",
"eventId": 53,
"eventStageId": null,
"firstName": "Regina",
"lastName": "Habenicht",
"outOfCompetition": false,
"rank": 1,
"rankingPoints": 100,
"scorePoints": null,
"time": 17
},
{
"categoryStatus": "classified",
"categoryShortTitle": "W21E",
"categoryTitle": "W21E",
"classification": "classified",
"clubCode": null,
"clubName": "SU Klagenfurt",
"eventId": 53,
"eventStageId": null,
"firstName": "Sara",
"lastName": "Habenicht",
"outOfCompetition": false,
"rank": 2,
"rankingPoints": 94.117647058824,
"scorePoints": null,
"time": 18
},
{
"categoryStatus": "classified",
"categoryShortTitle": "W21E",
"categoryTitle": "W21E",
"classification": "classified",
"clubCode": null,
"clubName": "LZ Omaha",
"eventId": 53,
"eventStageId": null,
"firstName": "Sonja",
"lastName": "Zinkl",
"outOfCompetition": false,
"rank": 3,
"rankingPoints": 82.352941176471,
"scorePoints": null,
"time": 20
},
{
"categoryStatus": "classified",
"categoryShortTitle": "W21E",
"categoryTitle": "W21E",
"classification": "classified",
"clubCode": null,
"clubName": "LZ Omaha",
"eventId": 53,
"eventStageId": null,
"firstName": "Lisi",
"lastName": "Hochwarter",
"outOfCompetition": false,
"rank": 3,
"rankingPoints": 82.352941176471,
"scorePoints": null,
"time": 20
},
{
"categoryStatus": "classified",
"categoryShortTitle": "W21E",
"categoryTitle": "W21E",
"classification": "classified",
"clubCode": null,
"clubName": "HSV OL Wiener Neustadt",
"eventId": 53,
"eventStageId": null,
"firstName": "Eva",
"lastName": "Ponweiser",
"outOfCompetition": false,
"rank": 4,
"rankingPoints": 58.823529411765,
"scorePoints": null,
"time": 24
},
{
"categoryStatus": "classified",
"categoryShortTitle": "W21E",
"categoryTitle": "W21E",
"classification": "classified",
"clubCode": null,
"clubName": "HSV Pinkafeld",
"eventId": 53,
"eventStageId": null,
"firstName": "Sabine",
"lastName": "Fuchs",
"outOfCompetition": false,
"rank": 5,
"rankingPoints": 52.941176470588,
"scorePoints": null,
"time": 25
},
{
"categoryStatus": "classified",
"categoryShortTitle": "W21E",
"categoryTitle": "W21E",
"classification": "classified",
"clubCode": null,
"clubName": "OLC Graz",
"eventId": 53,
"eventStageId": null,
"firstName": "Tünde",
"lastName": "Allwinger",
"outOfCompetition": false,
"rank": 6,
"rankingPoints": 35.294117647059,
"scorePoints": null,
"time": 28
},
{
"categoryStatus": "classified",
"categoryShortTitle": "W21E",
"categoryTitle": "W21E",
"classification": "classified",
"clubCode": null,
"clubName": "LZ Omaha",
"eventId": 53,
"eventStageId": null,
"firstName": "Andrea",
"lastName": "Kugler",
"outOfCompetition": false,
"rank": 7,
"rankingPoints": 0,
"scorePoints": null,
"time": 36
},
{
"categoryStatus": "classified",
"categoryShortTitle": "W21E",
"categoryTitle": "W21E",
"classification": "classified",
"clubCode": null,
"clubName": "NF Wien",
"eventId": 53,
"eventStageId": null,
"firstName": "Marina",
"lastName": "Skern",
"outOfCompetition": false,
"rank": 8,
"rankingPoints": 0,
"scorePoints": null,
"time": 41
},
{
"categoryStatus": "classified",
"categoryShortTitle": "M21E",
"categoryTitle": "M21E",
"classification": "classified",
"clubCode": null,
"clubName": "SU Klagenfurt",
"eventId": 53,
"eventStageId": null,
"firstName": "Max",
"lastName": "Habenicht",
"outOfCompetition": false,
"rank": 1,
"rankingPoints": 100,
"scorePoints": null,
"time": 16
},
{
"categoryStatus": "classified",
"categoryShortTitle": "M21E",
"categoryTitle": "M21E",
"classification": "classified",
"clubCode": null,
"clubName": "SU Klagenfurt",
"eventId": 53,
"eventStageId": null,
"firstName": "Markus",
"lastName": "Buchtele",
"outOfCompetition": false,
"rank": 2,
"rankingPoints": 93.75,
"scorePoints": null,
"time": 17
},
{
"categoryStatus": "classified",
"categoryShortTitle": "M21E",
"categoryTitle": "M21E",
"classification": "classified",
"clubCode": null,
"clubName": "NF Kitzbühel",
"eventId": 53,
"eventStageId": null,
"firstName": "David",
"lastName": "Hechl",
"outOfCompetition": false,
"rank": 2,
"rankingPoints": 93.75,
"scorePoints": null,
"time": 17
},
{
"categoryStatus": "classified",
"categoryShortTitle": "M21E",
"categoryTitle": "M21E",
"classification": "classified",
"clubCode": null,
"clubName": "LZ Omaha",
"eventId": 53,
"eventStageId": null,
"firstName": "Johann",
"lastName": "Kugler",
"outOfCompetition": false,
"rank": 2,
"rankingPoints": 93.75,
"scorePoints": null,
"time": 17
},
{
"categoryStatus": "classified",
"categoryShortTitle": "M21E",
"categoryTitle": "M21E",
"classification": "classified",
"clubCode": null,
"clubName": "LZ Omaha",
"eventId": 53,
"eventStageId": null,
"firstName": "Stephan",
"lastName": "Varga",
"outOfCompetition": false,
"rank": 3,
"rankingPoints": 87.5,
"scorePoints": null,
"time": 18
},
{
"categoryStatus": "classified",
"categoryShortTitle": "M21E",
"categoryTitle": "M21E",
"classification": "classified",
"clubCode": null,
"clubName": "OLCU Viktring",
"eventId": 53,
"eventStageId": null,
"firstName": "Bernhard",
"lastName": "Venhauer",
"outOfCompetition": false,
"rank": 4,
"rankingPoints": 81.25,
"scorePoints": null,
"time": 19
},
{
"categoryStatus": "classified",
"categoryShortTitle": "M21E",
"categoryTitle": "M21E",
"classification": "classified",
"clubCode": null,
"clubName": "HSV OL Wiener Neustadt",
"eventId": 53,
"eventStageId": null,
"firstName": "Thomas",
"lastName": "Hartberger",
"outOfCompetition": false,
"rank": 5,
"rankingPoints": 68.75,
"scorePoints": null,
"time": 21
},
{
"categoryStatus": "classified",
"categoryShortTitle": "M21E",
"categoryTitle": "M21E",
"classification": "classified",
"clubCode": null,
"clubName": "NF Kitzbühel",
"eventId": 53,
"eventStageId": null,
"firstName": "Martin",
"lastName": "Fürnkranz",
"outOfCompetition": false,
"rank": 6,
"rankingPoints": 56.25,
"scorePoints": null,
"time": 23
},
{
"categoryStatus": "classified",
"categoryShortTitle": "M21E",
"categoryTitle": "M21E",
"classification": "classified",
"clubCode": null,
"clubName": "HSV OL Wiener Neustadt",
"eventId": 53,
"eventStageId": null,
"firstName": "Thomas",
"lastName": "Schiller",
"outOfCompetition": false,
"rank": 7,
"rankingPoints": 43.75,
"scorePoints": null,
"time": 25
},
{
"categoryStatus": "classified",
"categoryShortTitle": "M21E",
"categoryTitle": "M21E",
"classification": "classified",
"clubCode": null,
"clubName": "SKVOLG D. Kaltenbrunn",
"eventId": 53,
"eventStageId": null,
"firstName": "Gerald",
"lastName": "Ruckenbauer",
"outOfCompetition": false,
"rank": 8,
"rankingPoints": 25,
"scorePoints": null,
"time": 28
},
{
"categoryStatus": "classified",
"categoryShortTitle": "D35",
"categoryTitle": "D35",
"classification": "classified",
"clubCode": null,
"clubName": "OLC Wienerwald",
"eventId": 53,
"eventStageId": null,
"firstName": "Susi",
"lastName": "Veitsberger",
"outOfCompetition": false,
"rank": 1,
"rankingPoints": 100,
"scorePoints": null,
"time": 31
},
{
"categoryStatus": "classified",
"categoryShortTitle": "D35",
"categoryTitle": "D35",
"classification": "classified",
"clubCode": null,
"clubName": "SU Klagenfurt",
"eventId": 53,
"eventStageId": null,
"firstName": "Barbara",
"lastName": "Winkler",
"outOfCompetition": false,
"rank": 2,
"rankingPoints": 93.54838709677401,
"scorePoints": null,
"time": 33
},
{
"categoryStatus": "classified",
"categoryShortTitle": "D35",
"categoryTitle": "D35",
"classification": "classified",
"clubCode": null,
"clubName": "NF Wien",
"eventId": 53,
"eventStageId": null,
"firstName": "Birgit",
"lastName": "Gollmann",
"outOfCompetition": false,
"rank": 3,
"rankingPoints": 77.41935483870999,
"scorePoints": null,
"time": 38
},
{
"categoryStatus": "classified",
"categoryShortTitle": "D35",
"categoryTitle": "D35",
"classification": "classified",
"clubCode": null,
"clubName": "Leibnitzer AC OL",
"eventId": 53,
"eventStageId": null,
"firstName": "Irene",
"lastName": "Prach",
"outOfCompetition": false,
"rank": 4,
"rankingPoints": 38.709677419354996,
"scorePoints": null,
"time": 50
},
{
"categoryStatus": "classified",
"categoryShortTitle": "H35",
"categoryTitle": "H35",
"classification": "classified",
"clubCode": null,
"clubName": "SU Klagenfurt",
"eventId": 53,
"eventStageId": null,
"firstName": "Dieter",
"lastName": "Mikula",
"outOfCompetition": false,
"rank": 1,
"rankingPoints": 100,
"scorePoints": null,
"time": 17
},
{
"categoryStatus": "classified",
"categoryShortTitle": "H35",
"categoryTitle": "H35",
"classification": "classified",
"clubCode": null,
"clubName": "HSV OL Wiener Neustadt",
"eventId": 53,
"eventStageId": null,
"firstName": "Michael",
"lastName": "Stockmayer",
"outOfCompetition": false,
"rank": 2,
"rankingPoints": 94.117647058824,
"scorePoints": null,
"time": 18
},
{
"categoryStatus": "classified",
"categoryShortTitle": "H35",
"categoryTitle": "H35",
"classification": "classified",
"clubCode": null,
"clubName": "NF Steiermark",
"eventId": 53,
"eventStageId": null,
"firstName": "Thomas",
"lastName": "Mühlbacher",
"outOfCompetition": false,
"rank": 3,
"rankingPoints": 64.705882352941,
"scorePoints": null,
"time": 23
},
{
"categoryStatus": "classified",
"categoryShortTitle": "H35",
"categoryTitle": "H35",
"classification": "classified",
"clubCode": null,
"clubName": "SKVOLG D. Kaltenbrunn",
"eventId": 53,
"eventStageId": null,
"firstName": "Peter",
"lastName": "Bauer",
"outOfCompetition": false,
"rank": 4,
"rankingPoints": 17.647058823529,
"scorePoints": null,
"time": 31
},
{
"categoryStatus": "classified",
"categoryShortTitle": "D40",
"categoryTitle": "D40",
"classification": "classified",
"clubCode": null,
"clubName": "OLC Wienerwald",
"eventId": 53,
"eventStageId": null,
"firstName": "Gabriele",
"lastName": "Finder",
"outOfCompetition": false,
"rank": 1,
"rankingPoints": 100,
"scorePoints": null,
"time": 28
},
{
"categoryStatus": "classified",
"categoryShortTitle": "D40",
"categoryTitle": "D40",
"classification": "classified",
"clubCode": null,
"clubName": "NF Wien",
"eventId": 53,
"eventStageId": null,
"firstName": "Sabine",
"lastName": "Hofstätter",
"outOfCompetition": false,
"rank": 2,
"rankingPoints": 53.571428571428996,
"scorePoints": null,
"time": 41
},
{
"categoryStatus": "classified",
"categoryShortTitle": "D40",
"categoryTitle": "D40",
"classification": "classified",
"clubCode": null,
"clubName": "HSV Klagenfurt helvetia",
"eventId": 53,
"eventStageId": null,
"firstName": "Ursula",
"lastName": "Maier",
"outOfCompetition": false,
"rank": 3,
"rankingPoints": 46.428571428571,
"scorePoints": null,
"time": 43
},
{
"categoryStatus": "classified",
"categoryShortTitle": "H40",
"categoryTitle": "H40",
"classification": "classified",
"clubCode": null,
"clubName": "NF Wien",
"eventId": 53,
"eventStageId": null,
"firstName": "Felix",
"lastName": "Hofstätter",
"outOfCompetition": false,
"rank": 1,
"rankingPoints": 100,
"scorePoints": null,
"time": 21
},
{
"categoryStatus": "classified",
"categoryShortTitle": "H40",
"categoryTitle": "H40",
"classification": "classified",
"clubCode": null,
"clubName": "HSV Villach",
"eventId": 53,
"eventStageId": null,
"firstName": "Alfred",
"lastName": "Gradischnig",
"outOfCompetition": false,
"rank": 2,
"rankingPoints": 90.47619047619001,
"scorePoints": null,
"time": 23
},
{
"categoryStatus": "classified",
"categoryShortTitle": "H40",
"categoryTitle": "H40",
"classification": "classified",
"clubCode": null,
"clubName": "OLC Graz",
"eventId": 53,
"eventStageId": null,
"firstName": "Herwig",
"lastName": "Allwinger",
"outOfCompetition": false,
"rank": 3,
"rankingPoints": 57.142857142857,
"scorePoints": null,
"time": 30
},
{
"categoryStatus": "classified",
"categoryShortTitle": "H40",
"categoryTitle": "H40",
"classification": "classified",
"clubCode": null,
"clubName": "Leibnitzer AC OL",
"eventId": 53,
"eventStageId": null,
"firstName": "Franz",
"lastName": "Prach",
"outOfCompetition": false,
"rank": 4,
"rankingPoints": 9.5238095238095,
"scorePoints": null,
"time": 40
},
{
"categoryStatus": "classified",
"categoryShortTitle": "H40",
"categoryTitle": "H40",
"classification": "classified",
"clubCode": null,
"clubName": "HSV Graz",
"eventId": 53,
"eventStageId": null,
"firstName": "Wulf",
"lastName": "Scherbichler",
"outOfCompetition": false,
"rank": 4,
"rankingPoints": 9.5238095238095,
"scorePoints": null,
"time": 40
},
{
"categoryStatus": "classified",
"categoryShortTitle": "D45",
"categoryTitle": "D45",
"classification": "classified",
"clubCode": null,
"clubName": "SKVOLG D. Kaltenbrunn",
"eventId": 53,
"eventStageId": null,
"firstName": "Klaudia",
"lastName": "Mayrhofer",
"outOfCompetition": false,
"rank": 1,
"rankingPoints": 100,
"scorePoints": null,
"time": 21
},
{
"categoryStatus": "classified",
"categoryShortTitle": "D45",
"categoryTitle": "D45",
"classification": "classified",
"clubCode": null,
"clubName": "NF Villach",
"eventId": 53,
"eventStageId": null,
"firstName": "Karin",
"lastName": "Irk",
"outOfCompetition": false,
"rank": 2,
"rankingPoints": 95.238095238095,
"scorePoints": null,
"time": 22
},
{
"categoryStatus": "classified",
"categoryShortTitle": "D45",
"categoryTitle": "D45",
"classification": "classified",
"clubCode": null,
"clubName": "HSV OL Wiener Neustadt",
"eventId": 53,
"eventStageId": null,
"firstName": "Elisabeth",
"lastName": "Fuchs",
"outOfCompetition": false,
"rank": 3,
"rankingPoints": 80.95238095238099,
"scorePoints": null,
"time": 25
},
{
"categoryStatus": "classified",
"categoryShortTitle": "D45",
"categoryTitle": "D45",
"classification": "classified",
"clubCode": null,
"clubName": "OLC Wienerwald",
"eventId": 53,
"eventStageId": null,
"firstName": "Gunnel",
"lastName": "Nilsson",
"outOfCompetition": false,
"rank": 4,
"rankingPoints": 52.380952380952,
"scorePoints": null,
"time": 31
},
{
"categoryStatus": "classified",
"categoryShortTitle": "H45",
"categoryTitle": "H45",
"classification": "classified",
"clubCode": null,
"clubName": "SKVOLG D. Kaltenbrunn",
"eventId": 53,
"eventStageId": null,
"firstName": "Gerald",
"lastName": "Mayrhofer",
"outOfCompetition": false,
"rank": 1,
"rankingPoints": 100,
"scorePoints": null,
"time": 19
},
{
"categoryStatus": "classified",
"categoryShortTitle": "H45",
"categoryTitle": "H45",
"classification": "classified",
"clubCode": null,
"clubName": "NF Steiermark",
"eventId": 53,
"eventStageId": null,
"firstName": "Josef",
"lastName": "Kammerhofer",
"outOfCompetition": false,
"rank": 2,
"rankingPoints": 89.47368421052599,
"scorePoints": null,
"time": 21
},
{
"categoryStatus": "classified",
"categoryShortTitle": "H45",
"categoryTitle": "H45",
"classification": "classified",
"clubCode": null,
"clubName": "HSV OL Wiener Neustadt",
"eventId": 53,
"eventStageId": null,
"firstName": "Gerold",
"lastName": "Petritsch",
"outOfCompetition": false,
"rank": 3,
"rankingPoints": 78.947368421053,
"scorePoints": null,
"time": 23
},
{
"categoryStatus": "classified",
"categoryShortTitle": "H45",
"categoryTitle": "H45",
"classification": "classified",
"clubCode": null,
"clubName": "Naturfreunde Linz",
"eventId": 53,
"eventStageId": null,
"firstName": "Dieter",
"lastName": "Pühringer",
"outOfCompetition": false,
"rank": 4,
"rankingPoints": 73.684210526316,
"scorePoints": null,
"time": 24
},
{
"categoryStatus": "classified",
"categoryShortTitle": "H45",
"categoryTitle": "H45",
"classification": "classified",
"clubCode": null,
"clubName": "HSV OL Wiener Neustadt",
"eventId": 53,
"eventStageId": null,
"firstName": "Gerhard",
"lastName": "Koiser",
"outOfCompetition": false,
"rank": 5,
"rankingPoints": 36.842105263158,
"scorePoints": null,
"time": 31
},
{
"categoryStatus": "classified",
"categoryShortTitle": "H50",
"categoryTitle": "H50",
"classification": "classified",
"clubCode": null,
"clubName": "NF Villach",
"eventId": 53,
"eventStageId": null,
"firstName": "Hannes",
"lastName": "Irk",
"outOfCompetition": false,
"rank": 1,
"rankingPoints": 100,
"scorePoints": null,
"time": 20
},
{
"categoryStatus": "classified",
"categoryShortTitle": "H50",
"categoryTitle": "H50",
"classification": "classified",
"clubCode": null,
"clubName": "LZ Omaha",
"eventId": 53,
"eventStageId": null,
"firstName": "Wolfgang",
"lastName": "Gartlgruber",
"outOfCompetition": false,
"rank": 1,
"rankingPoints": 100,
"scorePoints": null,
"time": 20
},
{
"categoryStatus": "classified",
"categoryShortTitle": "H50",
"categoryTitle": "H50",
"classification": "classified",
"clubCode": null,
"clubName": "OLCU Viktring",
"eventId": 53,
"eventStageId": null,
"firstName": "Günther",
"lastName": "Dobnik",
"outOfCompetition": false,
"rank": 2,
"rankingPoints": 95,
"scorePoints": null,
"time": 21
},
{
"categoryStatus": "classified",
"categoryShortTitle": "H50",
"categoryTitle": "H50",
"classification": "classified",
"clubCode": null,
"clubName": "LZ Omaha",
"eventId": 53,
"eventStageId": null,
"firstName": "Leo",
"lastName": "Varga",
"outOfCompetition": false,
"rank": 3,
"rankingPoints": 90,
"scorePoints": null,
"time": 22
},
{
"categoryStatus": "classified",
"categoryShortTitle": "D55",
"categoryTitle": "D55",
"classification": "classified",
"clubCode": null,
"clubName": "OLCU Viktring",
"eventId": 53,
"eventStageId": null,
"firstName": "Dietlinde",
"lastName": "Venhauer",
"outOfCompetition": false,
"rank": 1,
"rankingPoints": 100,
"scorePoints": null,
"time": 22
},
{
"categoryStatus": "classified",
"categoryShortTitle": "D55",
"categoryTitle": "D55",
"classification": "classified",
"clubCode": null,
"clubName": "SKVOLG D. Kaltenbrunn",
"eventId": 53,
"eventStageId": null,
"firstName": "Ilse",
"lastName": "Marth",
"outOfCompetition": false,
"rank": 2,
"rankingPoints": 95.454545454545,
"scorePoints": null,
"time": 23
},
{
"categoryStatus": "classified",
"categoryShortTitle": "D55",
"categoryTitle": "D55",
"classification": "classified",
"clubCode": null,
"clubName": "HSV OL Wiener Neustadt",
"eventId": 53,
"eventStageId": null,
"firstName": "Barbara",
"lastName": "Tobler",
"outOfCompetition": false,
"rank": 3,
"rankingPoints": 68.181818181818,
"scorePoints": null,
"time": 29
},
{
"categoryStatus": "classified",
"categoryShortTitle": "H55",
"categoryTitle": "H55",
"classification": "classified",
"clubCode": null,
"clubName": "OLCU Viktring",
"eventId": 53,
"eventStageId": null,
"firstName": "Wolfgang",
"lastName": "Koch",
"outOfCompetition": false,
"rank": 1,
"rankingPoints": 100,
"scorePoints": null,
"time": 14
},
{
"categoryStatus": "classified",
"categoryShortTitle": "H55",
"categoryTitle": "H55",
"classification": "classified",
"clubCode": null,
"clubName": "NF Kitzbühel",
"eventId": 53,
"eventStageId": null,
"firstName": "Georg",
"lastName": "Hechl",
"outOfCompetition": false,
"rank": 2,
"rankingPoints": 78.571428571429,
"scorePoints": null,
"time": 17
},
{
"categoryStatus": "classified",
"categoryShortTitle": "H55",
"categoryTitle": "H55",
"classification": "classified",
"clubCode": null,
"clubName": "HSV Ried",
"eventId": 53,
"eventStageId": null,
"firstName": "Walter",
"lastName": "Krausmann",
"outOfCompetition": false,
"rank": 3,
"rankingPoints": 71.42857142857099,
"scorePoints": null,
"time": 18
},
{
"categoryStatus": "classified",
"categoryShortTitle": "H55",
"categoryTitle": "H55",
"classification": "classified",
"clubCode": null,
"clubName": "HSV OL Wiener Neustadt",
"eventId": 53,
"eventStageId": null,
"firstName": "Gottfried",
"lastName": "Tobler",
"outOfCompetition": false,
"rank": 4,
"rankingPoints": 64.285714285714,
"scorePoints": null,
"time": 19
},
{
"categoryStatus": "classified",
"categoryShortTitle": "H55",
"categoryTitle": "H55",
"classification": "classified",
"clubCode": null,
"clubName": "SKVOLG D. Kaltenbrunn",
"eventId": 53,
"eventStageId": null,
"firstName": "Fritz",
"lastName": "Marth",
"outOfCompetition": false,
"rank": 4,
"rankingPoints": 64.285714285714,
"scorePoints": null,
"time": 19
},
{
"categoryStatus": "classified",
"categoryShortTitle": "H65",
"categoryTitle": "H65",
"classification": "classified",
"clubCode": null,
"clubName": "OLCU Viktring",
"eventId": 53,
"eventStageId": null,
"firstName": "Otto",
"lastName": "Venhauer",
"outOfCompetition": false,
"rank": 1,
"rankingPoints": 100,
"scorePoints": null,
"time": 17
},
{
"categoryStatus": "classified",
"categoryShortTitle": "H65",
"categoryTitle": "H65",
"classification": "classified",
"clubCode": null,
"clubName": "NF Steiermark",
"eventId": 53,
"eventStageId": null,
"firstName": "Gerfried",
"lastName": "Hoch",
"outOfCompetition": false,
"rank": 2,
"rankingPoints": 76.470588235294,
"scorePoints": null,
"time": 21
},
{
"categoryStatus": "classified",
"categoryShortTitle": "D18-20",
"categoryTitle": "D18-20",
"classification": "classified",
"clubCode": null,
"clubName": "NF Kitzbühel",
"eventId": 53,
"eventStageId": null,
"firstName": "Isabel",
"lastName": "Hechl",
"outOfCompetition": false,
"rank": 1,
"rankingPoints": 100,
"scorePoints": null,
"time": 29
},
{
"categoryStatus": "classified",
"categoryShortTitle": "D18-20",
"categoryTitle": "D18-20",
"classification": "classified",
"clubCode": null,
"clubName": "HSV OL Wiener Neustadt",
"eventId": 53,
"eventStageId": null,
"firstName": "Gisa",
"lastName": "Linhart",
"outOfCompetition": false,
"rank": 2,
"rankingPoints": 96.551724137931,
"scorePoints": null,
"time": 30
},
{
"categoryStatus": "classified",
"categoryShortTitle": "H18-20",
"categoryTitle": "H18-20",
"classification": "classified",
"clubCode": null,
"clubName": "OLC Wienerwald",
"eventId": 53,
"eventStageId": null,
"firstName": "Erik",
"lastName": "Simkovics",
"outOfCompetition": false,
"rank": 1,
"rankingPoints": 100,
"scorePoints": null,
"time": 23
},
{
"categoryStatus": "classified",
"categoryShortTitle": "H18-20",
"categoryTitle": "H18-20",
"classification": "classified",
"clubCode": null,
"clubName": "SKVOLG D. Kaltenbrunn",
"eventId": 53,
"eventStageId": null,
"firstName": "Florian",
"lastName": "Mayrhofer",
"outOfCompetition": false,
"rank": 2,
"rankingPoints": 82.608695652174,
"scorePoints": null,
"time": 27
},
{
"categoryStatus": "classified",
"categoryShortTitle": "H18-20",
"categoryTitle": "H18-20",
"classification": "classified",
"clubCode": null,
"clubName": "HSV OL Wiener Neustadt",
"eventId": 53,
"eventStageId": null,
"firstName": "Stefan",
"lastName": "Traint",
"outOfCompetition": false,
"rank": 3,
"rankingPoints": 21.739130434783,
"scorePoints": null,
"time": 41
},
{
"categoryStatus": "classified",
"categoryShortTitle": "D15-17",
"categoryTitle": "D15-17",
"classification": "classified",
"clubCode": null,
"clubName": "SKVOLG D. Kaltenbrunn",
"eventId": 53,
"eventStageId": null,
"firstName": "Ulla",
"lastName": "Mayrhofer",
"outOfCompetition": false,
"rank": 1,
"rankingPoints": 100,
"scorePoints": null,
"time": 21
},
{
"categoryStatus": "classified",
"categoryShortTitle": "D15-17",
"categoryTitle": "D15-17",
"classification": "classified",
"clubCode": null,
"clubName": "HSV Klagenfurt helvetia",
"eventId": 53,
"eventStageId": null,
"firstName": "Melanie",
"lastName": "Maier",
"outOfCompetition": false,
"rank": 2,
"rankingPoints": 66.666666666667,
"scorePoints": null,
"time": 28
},
{
"categoryStatus": "classified",
"categoryShortTitle": "D15-17",
"categoryTitle": "D15-17",
"classification": "classified",
"clubCode": null,
"clubName": "SKVOLG D. Kaltenbrunn",
"eventId": 53,
"eventStageId": null,
"firstName": "Julia",
"lastName": "Bauer",
"outOfCompetition": false,
"rank": 3,
"rankingPoints": 57.142857142857,
"scorePoints": null,
"time": 30
},
{
"categoryStatus": "classified",
"categoryShortTitle": "H15-17",
"categoryTitle": "H15-17",
"classification": "classified",
"clubCode": null,
"clubName": "NF Villach",
"eventId": 53,
"eventStageId": null,
"firstName": "Gert",
"lastName": "Wallas",
"outOfCompetition": false,
"rank": 1,
"rankingPoints": 100,
"scorePoints": null,
"time": 20
},
{
"categoryStatus": "classified",
"categoryShortTitle": "H15-17",
"categoryTitle": "H15-17",
"classification": "classified",
"clubCode": null,
"clubName": "NF Wien",
"eventId": 53,
"eventStageId": null,
"firstName": "Stefan",
"lastName": "Hofstätter",
"outOfCompetition": false,
"rank": 2,
"rankingPoints": 80,
"scorePoints": null,
"time": 24
},
{
"categoryStatus": "classified",
"categoryShortTitle": "D-14",
"categoryTitle": "D-14",
"classification": "classified",
"clubCode": null,
"clubName": "OLC Wienerwald",
"eventId": 53,
"eventStageId": null,
"firstName": "Anna",
"lastName": "Simkovics",
"outOfCompetition": false,
"rank": 1,
"rankingPoints": 100,
"scorePoints": null,
"time": 9
},
{
"categoryStatus": "classified",
"categoryShortTitle": "D-14",
"categoryTitle": "D-14",
"classification": "classified",
"clubCode": null,
"clubName": "Leibnitzer AC OL",
"eventId": 53,
"eventStageId": null,
"firstName": "Doris",
"lastName": "Prach",
"outOfCompetition": false,
"rank": 2,
"rankingPoints": 0,
"scorePoints": null,
"time": 32
},
{
"categoryStatus": "classified",
"categoryShortTitle": "D-14",
"categoryTitle": "D-14",
"classification": "classified",
"clubCode": null,
"clubName": "Leibnitzer AC OL",
"eventId": 53,
"eventStageId": null,
"firstName": "Gerda",
"lastName": "Prach",
"outOfCompetition": false,
"rank": 3,
"rankingPoints": 0,
"scorePoints": null,
"time": 42
},
{
"categoryStatus": "classified",
"categoryShortTitle": "H13-14",
"categoryTitle": "H13-14",
"classification": "classified",
"clubCode": null,
"clubName": "SU Klagenfurt",
"eventId": 53,
"eventStageId": null,
"firstName": "Tobias",
"lastName": "Habenicht",
"outOfCompetition": false,
"rank": 1,
"rankingPoints": 100,
"scorePoints": null,
"time": 7
},
{
"categoryStatus": "classified",
"categoryShortTitle": "H13-14",
"categoryTitle": "H13-14",
"classification": "classified",
"clubCode": null,
"clubName": "HSV Graz",
"eventId": 53,
"eventStageId": null,
"firstName": "Bernhard",
"lastName": "Finder",
"outOfCompetition": false,
"rank": 2,
"rankingPoints": 71.42857142857099,
"scorePoints": null,
"time": 9
},
{
"categoryStatus": "classified",
"categoryShortTitle": "H13-14",
"categoryTitle": "H13-14",
"classification": "classified",
"clubCode": null,
"clubName": "LKI Innsbruck",
"eventId": 53,
"eventStageId": null,
"firstName": "Adrian",
"lastName": "Wickert",
"outOfCompetition": false,
"rank": 2,
"rankingPoints": 71.42857142857099,
"scorePoints": null,
"time": 9
},
{
"categoryStatus": "classified",
"categoryShortTitle": "H13-14",
"categoryTitle": "H13-14",
"classification": "classified",
"clubCode": null,
"clubName": "HSV Pinkafeld",
"eventId": 53,
"eventStageId": null,
"firstName": "Florian",
"lastName": "Wilfinger",
"outOfCompetition": false,
"rank": 3,
"rankingPoints": 57.142857142857,
"scorePoints": null,
"time": 10
},
{
"categoryStatus": "classified",
"categoryShortTitle": "H13-14",
"categoryTitle": "H13-14",
"classification": "classified",
"clubCode": null,
"clubName": "NF Villach",
"eventId": 53,
"eventStageId": null,
"firstName": "Johnny",
"lastName": "Maxa",
"outOfCompetition": false,
"rank": 4,
"rankingPoints": 28.571428571429,
"scorePoints": null,
"time": 12
},
{
"categoryStatus": "classified",
"categoryShortTitle": "H13-14",
"categoryTitle": "H13-14",
"classification": "classified",
"clubCode": null,
"clubName": "LZ Omaha",
"eventId": 53,
"eventStageId": null,
"firstName": "Simon",
"lastName": "Kugler",
"outOfCompetition": false,
"rank": 5,
"rankingPoints": 0,
"scorePoints": null,
"time": 17
},
{
"categoryStatus": "classified",
"categoryShortTitle": "H13-14",
"categoryTitle": "H13-14",
"classification": "classified",
"clubCode": null,
"clubName": "NF Villach",
"eventId": 53,
"eventStageId": null,
"firstName": "Markus",
"lastName": "Seppele",
"outOfCompetition": false,
"rank": 6,
"rankingPoints": 0,
"scorePoints": null,
"time": 19
},
{
"categoryStatus": "classified",
"categoryShortTitle": "H-12",
"categoryTitle": "H-12",
"classification": "classified",
"clubCode": null,
"clubName": "HSV Spittal / Drau",
"eventId": 53,
"eventStageId": null,
"firstName": "Sandro",
"lastName": "Lippitsch",
"outOfCompetition": false,
"rank": 1,
"rankingPoints": 100,
"scorePoints": null,
"time": 17
},
{
"categoryStatus": "classified",
"categoryShortTitle": "H-12",
"categoryTitle": "H-12",
"classification": "classified",
"clubCode": null,
"clubName": "OLCU Viktring",
"eventId": 53,
"eventStageId": null,
"firstName": "Rafael",
"lastName": "Dobnik",
"outOfCompetition": false,
"rank": 2,
"rankingPoints": 94.117647058824,
"scorePoints": null,
"time": 18
},
{
"categoryStatus": "classified",
"categoryShortTitle": "H-12",
"categoryTitle": "H-12",
"classification": "classified",
"clubCode": null,
"clubName": "HSV Villach",
"eventId": 53,
"eventStageId": null,
"firstName": "Sandro",
"lastName": "Hahn",
"outOfCompetition": false,
"rank": 3,
"rankingPoints": 88.235294117647,
"scorePoints": null,
"time": 19
},
{
"categoryStatus": "classified",
"categoryShortTitle": "H-12",
"categoryTitle": "H-12",
"classification": "classified",
"clubCode": null,
"clubName": "HSV Graz",
"eventId": 53,
"eventStageId": null,
"firstName": "Markus",
"lastName": "Finder",
"outOfCompetition": false,
"rank": 4,
"rankingPoints": 58.823529411765,
"scorePoints": null,
"time": 24
},
{
"categoryStatus": "classified",
"categoryShortTitle": "D-18k",
"categoryTitle": "D-18k",
"classification": "classified",
"clubCode": null,
"clubName": "OLCU Viktring",
"eventId": 53,
"eventStageId": null,
"firstName": "Sonja",
"lastName": "Venhauer",
"outOfCompetition": false,
"rank": 1,
"rankingPoints": 100,
"scorePoints": null,
"time": 20
},
{
"categoryStatus": "classified",
"categoryShortTitle": "D-18k",
"categoryTitle": "D-18k",
"classification": "classified",
"clubCode": null,
"clubName": "NF Villach",
"eventId": 53,
"eventStageId": null,
"firstName": "Christina",
"lastName": "Irk",
"outOfCompetition": false,
"rank": 2,
"rankingPoints": 80,
"scorePoints": null,
"time": 24
},
{
"categoryStatus": "classified",
"categoryShortTitle": "D-18k",
"categoryTitle": "D-18k",
"classification": "classified",
"clubCode": null,
"clubName": "OLT Transdanubien",
"eventId": 53,
"eventStageId": null,
"firstName": "Helga",
"lastName": "Tezarek",
"outOfCompetition": false,
"rank": 3,
"rankingPoints": 55,
"scorePoints": null,
"time": 29
},
{
"categoryStatus": "classified",
"categoryShortTitle": "D-18k",
"categoryTitle": "D-18k",
"classification": "classified",
"clubCode": null,
"clubName": "SKVOLG D. Kaltenbrunn",
"eventId": 53,
"eventStageId": null,
"firstName": "Michaela",
"lastName": "Bauer",
"outOfCompetition": false,
"rank": 4,
"rankingPoints": 45,
"scorePoints": null,
"time": 31
},
{
"categoryStatus": "classified",
"categoryShortTitle": "H-18k",
"categoryTitle": "H-18k",
"classification": "classified",
"clubCode": null,
"clubName": "HSV OL Wiener Neustadt",
"eventId": 53,
"eventStageId": null,
"firstName": "Pierre",
"lastName": "Kaltenbacher",
"outOfCompetition": false,
"rank": 1,
"rankingPoints": 100,
"scorePoints": null,
"time": 20
},
{
"categoryStatus": "classified",
"categoryShortTitle": "H-18k",
"categoryTitle": "H-18k",
"classification": "classified",
"clubCode": null,
"clubName": "HSV OL Wiener Neustadt",
"eventId": 53,
"eventStageId": null,
"firstName": "Roland",
"lastName": "Fesselhofer",
"outOfCompetition": false,
"rank": 2,
"rankingPoints": 75,
"scorePoints": null,
"time": 25
},
{
"categoryStatus": "classified",
"categoryShortTitle": "H-18k",
"categoryTitle": "H-18k",
"classification": "classified",
"clubCode": null,
"clubName": "HSV OL Wiener Neustadt",
"eventId": 53,
"eventStageId": null,
"firstName": "Bernhard",
"lastName": "Koiser",
"outOfCompetition": false,
"rank": 3,
"rankingPoints": 65,
"scorePoints": null,
"time": 27
},
{
"categoryStatus": "classified",
"categoryShortTitle": "Direkt/Open",
"categoryTitle": "Direkt/Open",
"classification": "classified",
"clubCode": null,
"clubName": "NF Villach",
"eventId": 53,
"eventStageId": null,
"firstName": "Klaus",
"lastName": "Wallas",
"outOfCompetition": false,
"rank": 1,
"rankingPoints": 100,
"scorePoints": null,
"time": 15
}
]
The ID of the event.
curl --request GET \
--get "https://anne-api.oefol.at/v1/event/4/results" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
x-cache
: MISS
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
[]
The ID of the event.
curl --request GET \
--get "https://anne-api.oefol.at/v1/event/4/results/live" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"eventStageId\": 7,
\"since\": \"2026-05-21T21:42:59\"
}"
cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
x-cache
: MISS
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
[]
The ID of the event.
curl --request POST \
"https://anne-api.oefol.at/v1/event/4/calculateChampionships" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"eventStageId\": 13
}"
The ID of the event.
curl --request POST \
"https://anne-api.oefol.at/v1/event/4/importResults" \
--header "Content-Type: multipart/form-data" \
--header "Accept: application/json" \
--form "deleteExisting=false"\
--form "eventStageId=11"\
--form "file=@/tmp/phpo9ErNh" The ID of the event.
curl --request DELETE \
"https://anne-api.oefol.at/v1/event/4/results" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"eventStageId\": 19
}"
The ID of the eventResult.
curl --request DELETE \
"https://anne-api.oefol.at/v1/eventResult/1284" \
--header "Content-Type: application/json" \
--header "Accept: application/json" The ID of the eventResult.
curl --request PATCH \
"https://anne-api.oefol.at/v1/eventResult/1284" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
The ID of the event.
curl --request GET \
--get "https://anne-api.oefol.at/v1/event/4/stages" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
[]
curl --request POST \
"https://anne-api.oefol.at/v1/eventStage" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"coordinates\": \"non\",
\"dateFrom\": \"2026-05-21T21:43:00\",
\"dateTo\": \"2111-10-18\",
\"eventId\": 16,
\"firstStart\": \"21:43\",
\"location\": \"rlhhlmrhrmxbdrj\",
\"number\": 6,
\"shortTitle\": \"ywchenvsdefstymncc\",
\"timeFrom\": \"21:43\",
\"timeTo\": \"21:43\",
\"title\": \"owkolihtuddonrbzyho\"
}"
The ID of the eventStage.
curl --request PUT \
"https://anne-api.oefol.at/v1/eventStage/7" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"coordinates\": \"voluptatum\",
\"dateFrom\": \"2026-05-21T21:43:00\",
\"dateTo\": \"2047-07-01\",
\"firstStart\": \"21:43\",
\"location\": \"ajyjcwdxfyjiiiktq\",
\"number\": 17,
\"shortTitle\": \"spoxgquplagqmlqophkjsfjsr\",
\"timeFrom\": \"21:43\",
\"timeTo\": \"21:43\",
\"title\": \"rtdzqvldp\"
}"
The ID of the eventStage.
curl --request DELETE \
"https://anne-api.oefol.at/v1/eventStage/7" \
--header "Content-Type: application/json" \
--header "Accept: application/json" The ID of the event.
curl --request GET \
--get "https://anne-api.oefol.at/v1/event/4/starttimes" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
x-cache
: MISS
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
[]
The ID of the event.
curl --request POST \
"https://anne-api.oefol.at/v1/event/4/importStarttimes" \
--header "Content-Type: multipart/form-data" \
--header "Accept: application/json" \
--form "deleteExisting=false"\
--form "eventStageId=4"\
--form "file=@/tmp/phpJMRWgV" The ID of the event.
curl --request DELETE \
"https://anne-api.oefol.at/v1/event/4/starttimes" \
--header "Content-Type: application/json" \
--header "Accept: application/json" The ID of the eventStarttime.
curl --request DELETE \
"https://anne-api.oefol.at/v1/eventStarttime/119" \
--header "Content-Type: application/json" \
--header "Accept: application/json" curl --request GET \
--get "https://anne-api.oefol.at/v1/eventSubscription" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
{
"message": "Unauthenticated."
}
The ID of the event.
curl --request GET \
--get "https://anne-api.oefol.at/v1/event/4/subscription" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
{
"message": "Unauthenticated."
}
The ID of the event.
curl --request POST \
"https://anne-api.oefol.at/v1/event/4/subscribe" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"critical\": true,
\"deadlineApproaching\": true,
\"newData\": false
}"
The ID of the eventSubscription.
curl --request PUT \
"https://anne-api.oefol.at/v1/eventSubscription/autem" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"critical\": false,
\"deadlineApproaching\": true,
\"newData\": true
}"
The ID of the eventSubscription.
curl --request DELETE \
"https://anne-api.oefol.at/v1/eventSubscription/tempore" \
--header "Content-Type: application/json" \
--header "Accept: application/json" The ID of the event.
curl --request GET \
--get "https://anne-api.oefol.at/v1/event/4/tags" \
--header "Content-Type: application/json" \
--header "Accept: application/json" curl --request GET \
--get "https://anne-api.oefol.at/v1/eventTag/distinctLabels" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
x-cache
: MISS
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
[
"AdvEnteCup",
"Allgemeine",
"Austria Cup",
"BOLV Cup",
"Fortbildung",
"Kobersdorf",
"KOLV Cup",
"Landesmeisterschaft Staffel Niederösterreich Wien",
"Lang",
"Linz Cup",
"Marathon",
"Mittel",
"Mixed Sprint Staffel",
"MTBO Austria Cup",
"Nacht-OL",
"Nachwuchskader",
"NOLV Cup",
"NÖMS",
"ÖHSV",
"ÖM",
"ÖSTM",
"Purbach",
"Salzburg Cup",
"Schul-OL",
"Schulcup",
"Score-OL",
"SkiO Austria Cup",
"SOLV",
"Sprint",
"Staatsmeisterschaft",
"Stadtmeisterschaft",
"Staffel",
"STOLV Cup",
"Süd-Ost-Cup",
"Thermenland Open",
"Tirol Cup",
"TMS",
"Training",
"UFO",
"Ultra",
"viennaochallenge",
"VOC",
"WOLV",
"WOLV Cup",
"WRE",
"WSC"
]
curl --request POST \
"https://anne-api.oefol.at/v1/eventTag" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"eventId\": 10,
\"label\": \"ppkjxpxjgsftyxcxjchnovung\",
\"locked\": false
}"
The ID of the eventTag.
curl --request DELETE \
"https://anne-api.oefol.at/v1/eventTag/1" \
--header "Content-Type: application/json" \
--header "Accept: application/json" The ID of the event.
curl --request GET \
--get "https://anne-api.oefol.at/v1/event/4/visibilities" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
{
"message": "Unauthenticated."
}
curl --request POST \
"https://anne-api.oefol.at/v1/eventVisibility" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"clubId\": 10,
\"eventId\": 6,
\"groupId\": 17,
\"userId\": 12
}"
The ID of the eventVisibility.
curl --request DELETE \
"https://anne-api.oefol.at/v1/eventVisibility/officiis" \
--header "Content-Type: application/json" \
--header "Accept: application/json" Filter families by club. Must be an array of club ids. Must be a valid JSON string.
Filter families by name.
Filter families by season.
curl --request GET \
--get "https://anne-api.oefol.at/v1/family?clubId=%5B%22ut%22%2C%22qui%22%5D&name=a&seasonId=7" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
{
"message": "Unauthenticated."
}
The ID of the family.
curl --request GET \
--get "https://anne-api.oefol.at/v1/family/1" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
{
"message": "Unauthenticated."
}
curl --request POST \
"https://anne-api.oefol.at/v1/family" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"members\": \"[\\\"repellat\\\",\\\"porro\\\"]\",
\"name\": \"zekbjsdtkbiggtxsocbonr\",
\"seasonId\": 6
}"
The ID of the family.
curl --request DELETE \
"https://anne-api.oefol.at/v1/family/1" \
--header "Content-Type: application/json" \
--header "Accept: application/json" The ID of the family.
curl --request PUT \
"https://anne-api.oefol.at/v1/family/1" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"members\": \"[\\\"reiciendis\\\",\\\"iure\\\"]\",
\"name\": \"k\"
}"
Upload a file.
curl --request POST \
"https://anne-api.oefol.at/v1/file" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"data\": \"[\\\"impedit\\\",\\\"expedita\\\"]\",
\"clubId\": 7,
\"cupId\": 16,
\"eventId\": 11,
\"file\": \"impedit\",
\"label\": \"o\",
\"title\": \"bnvqkmb\",
\"userId\": 8,
\"visibility\": \"molestiae\"
}"
{
"filePath": "2025/02/my-file.jpg",
}
The ID of the file.
curl --request PATCH \
"https://anne-api.oefol.at/v1/file/2" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"label\": \"fntpfhbdsrgmmtnpihi\"
}"
The ID of the file.
curl --request GET \
--get "https://anne-api.oefol.at/v1/file/2" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
{
"message": "Unauthenticated."
}
The ID of the file.
curl --request DELETE \
"https://anne-api.oefol.at/v1/file/2" \
--header "Content-Type: application/json" \
--header "Accept: application/json" The ID of the file.
curl --request GET \
--get "https://anne-api.oefol.at/v1/file/2/blob" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
{
"message": "Unauthenticated."
}
Add a link.
curl --request POST \
"https://anne-api.oefol.at/v1/file/link" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"eventId\": 20,
\"label\": \"ynjboenv\",
\"title\": \"ipjpakghvmvtvpveamzemvky\",
\"type\": \"llarvlawitbahvrntv\",
\"url\": \"http:\\/\\/www.larson.biz\\/velit-earum-et-consequatur-quia-porro.html\"
}"
curl --request GET \
--get "https://anne-api.oefol.at/v1/group" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
{
"message": "Unauthenticated."
}
curl --request POST \
"https://anne-api.oefol.at/v1/group" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"members\": \"[\\\"tempore\\\",\\\"eum\\\"]\",
\"title\": \"ekf\"
}"
The ID of the group.
curl --request DELETE \
"https://anne-api.oefol.at/v1/group/aut" \
--header "Content-Type: application/json" \
--header "Accept: application/json" The ID of the group.
curl --request PUT \
"https://anne-api.oefol.at/v1/group/adipisci" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"members\": \"[\\\"eos\\\",\\\"omnis\\\"]\",
\"title\": \"zniftuoj\"
}"
curl --request GET \
--get "https://anne-api.oefol.at/v1/logFile" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
{
"message": "Unauthenticated."
}
curl --request GET \
--get "https://anne-api.oefol.at/v1/logFile/incidunt" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
{
"message": "Unauthenticated."
}
curl --request DELETE \
"https://anne-api.oefol.at/v1/logFile/laudantium" \
--header "Content-Type: application/json" \
--header "Accept: application/json" The id's of the memberships to delete. Must be an array of numbers. Must be a valid JSON string.
curl --request DELETE \
"https://anne-api.oefol.at/v1/membership?ids=%5B%22officia%22%2C%22maxime%22%5D" \
--header "Content-Type: application/json" \
--header "Accept: application/json" curl --request POST \
"https://anne-api.oefol.at/v1/membership" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"active\": true,
\"clubId\": 10,
\"dateFrom\": \"2026-05-21T21:43:00\",
\"dateTo\": \"2026-05-21T21:43:00\",
\"userId\": 19
}"
The ID of the membership.
curl --request PUT \
"https://anne-api.oefol.at/v1/membership/qui" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"active\": false,
\"clubId\": 18,
\"dateFrom\": \"2026-05-21T21:43:00\",
\"dateTo\": \"2026-05-21T21:43:00\",
\"userId\": 1
}"
curl --request POST \
"https://anne-api.oefol.at/v1/memoryGame" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"playerName\": \"yvvuooffewakyzvvbyhuom\"
}"
The ID of the memoryGame.
curl --request POST \
"https://anne-api.oefol.at/v1/memoryGame/nihil/flip" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"cardId\": \"numquam\",
\"token\": \"natus\"
}"
The ID of the memoryGame.
curl --request POST \
"https://anne-api.oefol.at/v1/memoryGame/quibusdam/solve" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"token\": \"ipsa\"
}"
curl --request GET \
--get "https://anne-api.oefol.at/v1/memoryGame/highscore" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"limit\": 22
}"
cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
[]
curl --request GET \
--get "https://anne-api.oefol.at/v1/notification" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"page\": 14,
\"perPage\": 9
}"
cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
{
"message": "Unauthenticated."
}
The ID of the notification.
curl --request GET \
--get "https://anne-api.oefol.at/v1/notification/beatae" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
{
"message": "Unauthenticated."
}
The ID of the notification.
curl --request PATCH \
"https://anne-api.oefol.at/v1/notification/vel/read" \
--header "Content-Type: application/json" \
--header "Accept: application/json" The ID of the notification.
curl --request PATCH \
"https://anne-api.oefol.at/v1/notification/qui/unread" \
--header "Content-Type: application/json" \
--header "Accept: application/json" curl --request DELETE \
"https://anne-api.oefol.at/v1/notification" \
--header "Content-Type: application/json" \
--header "Accept: application/json" The ID of the notification.
curl --request DELETE \
"https://anne-api.oefol.at/v1/notification/aliquam" \
--header "Content-Type: application/json" \
--header "Accept: application/json" Filter requests by club id.
Filter requests by season id.
curl --request GET \
--get "https://anne-api.oefol.at/v1/personLicense?clubId=7&seasonId=14" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
{
"message": "Unauthenticated."
}
The id's of the licenses to delete. Must be an array of numbers. Must be a valid JSON string.
curl --request DELETE \
"https://anne-api.oefol.at/v1/personLicense?ids=%5B%22facilis%22%2C%22eligendi%22%5D" \
--header "Content-Type: application/json" \
--header "Accept: application/json" curl --request POST \
"https://anne-api.oefol.at/v1/personLicense" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"membershipId\": 12,
\"seasonId\": 12,
\"userId\": 16,
\"validFrom\": \"2026-05-21T21:43:00\",
\"validTo\": \"2026-05-21T21:43:00\"
}"
The ID of the personLicense.
curl --request PUT \
"https://anne-api.oefol.at/v1/personLicense/ut" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"membershipId\": 18,
\"seasonId\": 1,
\"userId\": 10,
\"validFrom\": \"2026-05-21T21:43:00\",
\"validTo\": \"2026-05-21T21:43:00\"
}"
curl --request POST \
"https://anne-api.oefol.at/v1/pushSubscription" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"pushSubscription\": \"[\\\"saepe\\\",\\\"est\\\"]\"
}"
curl --request DELETE \
"https://anne-api.oefol.at/v1/pushSubscription" \
--header "Content-Type: application/json" \
--header "Accept: application/json" Returns a list of release notes.
Limit the number of results.
curl --request GET \
--get "https://anne-api.oefol.at/v1/releaseNote?limit=5" \
--header "Content-Type: application/json" \
--header "Accept: application/json" [
{
"createdAt": "2025-02-10T10:00:00.000000Z",
"id": 1,
"notes": "This is the new version.",
"updatedAt": "2025-02-10T10:10:00.000000Z",
"version": "1.2.3"
}
]
curl --request POST \
"https://anne-api.oefol.at/v1/releaseNote" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"description\": \"Perferendis qui alias sequi fuga rerum saepe dolor.\",
\"notes\": \"bry\",
\"version\": \"nsnnunybsg\"
}"
The ID of the releaseNote.
curl --request PUT \
"https://anne-api.oefol.at/v1/releaseNote/nesciunt" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"description\": \"Optio eveniet veritatis dolores quod doloribus debitis molestias.\",
\"notes\": \"f\",
\"version\": \"dcgpmuktuhw\"
}"
The ID of the releaseNote.
curl --request DELETE \
"https://anne-api.oefol.at/v1/releaseNote/eveniet" \
--header "Content-Type: application/json" \
--header "Accept: application/json" Filter requests by club id.
Filter requests by payment reference, requested for or requested by.
Filter requests by status. Must be an array of request statuses. Must be a valid JSON string.
Filter requests by type. Must be an array of request types. Must be a valid JSON string.
The page number to be returned.
Entries per page. If not set, maximum will be used. Must be at least 1. Must not be greater than 100.
Filter requests by user id.
curl --request GET \
--get "https://anne-api.oefol.at/v1/request?clubId=1&filter=praesentium&status=%5B%22illum%22%2C%22sequi%22%5D&type=%5B%22aspernatur%22%2C%22praesentium%22%5D&page=19&perPage=10&userId=14" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
{
"message": "Unauthenticated."
}
curl --request POST \
"https://anne-api.oefol.at/v1/request" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
The ID of the request.
curl --request POST \
"https://anne-api.oefol.at/v1/request/velit/cancel" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"responseComment\": \"rerum\"
}"
The ID of the request.
curl --request GET \
--get "https://anne-api.oefol.at/v1/request/inventore/invoice" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
{
"message": "Unauthenticated."
}
The ID of the request.
curl --request POST \
"https://anne-api.oefol.at/v1/request/cumque/accept" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"amountPaid\": 19.5226,
\"datePaid\": \"2026-05-21T21:43:01\",
\"responseComment\": \"magnam\"
}"
The ID of the request.
curl --request POST \
"https://anne-api.oefol.at/v1/request/ut/reject" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"responseComment\": \"explicabo\"
}"
Returns a list of found items.
The query string to search for.
curl --request GET \
--get "https://anne-api.oefol.at/v1/search?q=quia" \
--header "Content-Type: application/json" \
--header "Accept: application/json" [
{
"dateFrom": "2024-05-01",
"dateTo": "2024-05-03",
"id": 1,
"location": "Wien",
"title": "1. Austria Cup",
"type": "event",
"url": "https://anne.orienteeringaustria.at/event/1-austria-cup"
}
]
curl --request GET \
--get "https://anne-api.oefol.at/v1/season" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
x-cache
: MISS
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
[
{
"config": {
"clubLicense": 130,
"familyLicense": 70,
"personLicenses": [
{
"fee": 12,
"ageFrom": 0,
"label": "Kind/Jugendlich"
},
{
"fee": 32,
"ageFrom": 19,
"label": "Erwachsen"
}
]
},
"createdAt": "2025-02-07T19:52:45.000000Z",
"dateFrom": "2024-12-01",
"dateTo": "2025-11-30",
"id": 1,
"name": "Saison 2025",
"updatedAt": "2025-12-27T13:02:46.000000Z"
},
{
"config": {
"clubLicense": 130,
"familyLicense": 70,
"personLicenses": [
{
"fee": 12,
"ageFrom": 0,
"label": "Kind/Jugendlich"
},
{
"fee": 32,
"ageFrom": 19,
"label": "Erwachsen"
}
]
},
"createdAt": "2025-12-01T07:15:58.000000Z",
"dateFrom": "2025-12-01",
"dateTo": "2026-11-30",
"id": 2,
"name": "Saison 2026",
"updatedAt": "2025-12-27T13:02:33.000000Z"
},
{
"config": {
"clubLicense": 130,
"familyLicense": 70,
"personLicenses": [
{
"fee": 12,
"ageFrom": 0,
"label": "Kind/Jugendlich"
},
{
"fee": 32,
"ageFrom": 19,
"label": "Erwachsen"
}
]
},
"createdAt": "2025-12-27T13:05:11.000000Z",
"dateFrom": "2023-12-01",
"dateTo": "2024-11-30",
"id": 3,
"name": "Saison 2024",
"updatedAt": "2025-12-27T13:05:11.000000Z"
},
{
"config": {
"clubLicense": 0,
"familyLicense": 0,
"personLicenses": []
},
"createdAt": "2025-12-27T12:07:57.000000Z",
"dateFrom": "2022-12-01",
"dateTo": "2023-11-30",
"id": 4,
"name": "Saison 2023",
"updatedAt": "2025-12-27T12:07:57.000000Z"
},
{
"config": {
"clubLicense": 0,
"familyLicense": 0,
"personLicenses": []
},
"createdAt": "2025-12-27T12:08:26.000000Z",
"dateFrom": "2021-12-01",
"dateTo": "2022-11-30",
"id": 5,
"name": "Saison 2022",
"updatedAt": "2025-12-27T12:08:26.000000Z"
},
{
"config": {
"clubLicense": 0,
"familyLicense": 0,
"personLicenses": []
},
"createdAt": "2025-12-27T12:08:55.000000Z",
"dateFrom": "2020-12-01",
"dateTo": "2021-11-30",
"id": 6,
"name": "Saison 2021",
"updatedAt": "2025-12-27T12:08:55.000000Z"
},
{
"config": {
"clubLicense": 0,
"familyLicense": 0,
"personLicenses": []
},
"createdAt": "2025-12-27T12:09:19.000000Z",
"dateFrom": "2019-12-01",
"dateTo": "2020-11-30",
"id": 7,
"name": "Saison 2020",
"updatedAt": "2025-12-27T12:09:19.000000Z"
},
{
"config": {
"clubLicense": 0,
"familyLicense": 0,
"personLicenses": []
},
"createdAt": "2025-12-27T12:09:57.000000Z",
"dateFrom": "2018-12-01",
"dateTo": "2019-11-30",
"id": 8,
"name": "Saison 2019",
"updatedAt": "2025-12-27T12:09:57.000000Z"
},
{
"config": {
"clubLicense": 0,
"familyLicense": 0,
"personLicenses": []
},
"createdAt": "2025-12-27T12:10:30.000000Z",
"dateFrom": "2017-12-01",
"dateTo": "2018-11-30",
"id": 9,
"name": "Saison 2018",
"updatedAt": "2025-12-27T12:10:30.000000Z"
},
{
"config": {
"clubLicense": 0,
"familyLicense": 0,
"personLicenses": []
},
"createdAt": "2025-12-27T12:10:53.000000Z",
"dateFrom": "2016-12-01",
"dateTo": "2017-11-30",
"id": 10,
"name": "Saison 2017",
"updatedAt": "2025-12-27T12:10:53.000000Z"
},
{
"config": {
"clubLicense": 0,
"familyLicense": 0,
"personLicenses": []
},
"createdAt": "2025-12-27T12:11:17.000000Z",
"dateFrom": "2015-12-01",
"dateTo": "2016-11-30",
"id": 11,
"name": "Saison 2016",
"updatedAt": "2025-12-27T12:11:17.000000Z"
}
]
curl --request POST \
"https://anne-api.oefol.at/v1/season" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"config\": \"[\\\"deserunt\\\",\\\"est\\\"]\",
\"dateFrom\": \"2026-05-21T21:43:01\",
\"dateTo\": \"2026-05-21T21:43:01\",
\"name\": \"owybyyfldxkaosrtujn\"
}"
The ID of the season.
curl --request PUT \
"https://anne-api.oefol.at/v1/season/1" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"config\": \"[\\\"corporis\\\",\\\"odit\\\"]\",
\"dateFrom\": \"2026-05-21T21:43:01\",
\"dateTo\": \"2026-05-21T21:43:01\",
\"name\": \"vtzilky\"
}"
Returns a list of settings.
curl --request GET \
--get "https://anne-api.oefol.at/v1/setting" \
--header "Content-Type: application/json" \
--header "Accept: application/json" [
{
"name": "setting name",
"value": "setting value"
}
]
Returns a single setting.
curl --request GET \
--get "https://anne-api.oefol.at/v1/setting/at" \
--header "Content-Type: application/json" \
--header "Accept: application/json" {
"name": "setting name",
"value": "setting value"
}
Runs the scheduled tasks.
curl --request GET \
--get "https://anne-api.oefol.at/v1/cron" \
--header "Content-Type: application/json" \
--header "Accept: application/json" [
{
"output": "ok"
}
]
Checks if the given email is in use.
The email to check. Must be a valid email address.
curl --request GET \
--get "https://anne-api.oefol.at/v1/user/checkEmail?email=beichmann%40example.net" \
--header "Content-Type: application/json" \
--header "Accept: application/json" {
"emailInUse": true
}
The ID of the club.
curl --request POST \
"https://anne-api.oefol.at/v1/club/1/createMember" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"birthDate\": \"2026-05-21T21:43:00\",
\"firstName\": \"uiuevyzpdtabxxan\",
\"lastName\": \"ijlvllvupgelohzmw\"
}"
The ID of the club.
curl --request POST \
"https://anne-api.oefol.at/v1/club/1/addMember" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"sportTypes\": \"[\\\"blanditiis\\\",\\\"nemo\\\"]\",
\"userId\": 9
}"
Filter users with championship eligibility only (true = with championship eligibility only, false = without championship eligibility only, else all).
truefalseFilter users by club. Must be an array of club ids. Must be a valid JSON string.
If provided, memberships and licenses are only returned for the given date. Must be provided when output is csv. Must be a valid date. This field is required when output is csv.
Filter users by event rating control group (true = in control group only, false = not in control group only, else all).
truefalseFilter users by family.
Date to check for active licenses. Format: YYYY-MM-DD. Default: today. Must be a valid date.
Filter users by first name.
Find foreigners only (true = foreigners only, false = austrian nationality only, else all).
truefalseFilter users by last name.
Output format. If output is csv, entries will not be paginated.
jsoncsvThe page number to be returned.
Entries per page. If not set, maximum will be used. Must be at least 1. Must not be greater than 1000.
Find verified users only (true = verified only, false = not verified only, else all).
truefalseFind users with active License only (true = with active License only, false = without active License only, else all).
truefalsecurl --request GET \
--get "https://anne-api.oefol.at/v1/user?championshipEligibility=false&clubId=%5B%22aut%22%2C%22praesentium%22%5D&date=2026-05-21T21%3A43%3A00&eventRatingControlGroup=false&familyId=9&licenseDate=2026-05-21T21%3A43%3A00&firstName=magnam&foreigners=false&lastName=odio&output=csv&page=7&perPage=3&verified=true&withLicense=true" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
{
"message": "Unauthenticated."
}
curl --request POST \
"https://anne-api.oefol.at/v1/user" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"address\": \"[\\\"distinctio\\\",\\\"dolores\\\"]\",
\"birthDate\": \"2026-05-21T21:43:00\",
\"category\": \"[\\\"eum\\\",\\\"et\\\"]\",
\"chipNumber\": 15,
\"email\": \"destini98@example.org\",
\"firstName\": \"ptwpgsho\",
\"iofId\": \"mi\",
\"lastName\": \"m\",
\"magazine\": false,
\"nationality\": \"cj\",
\"password\": \"4it3HqD\\\"+PHWn];o\",
\"phoneNumber\": \"tdbigfp\",
\"username\": \"jpfzolx\"
}"
Records the GDPR consent for the logged in user. The current timestamp will be stored as consent given at.
curl --request POST \
"https://anne-api.oefol.at/v1/user/gdprConsent" \
--header "Authorization: Bearer {YOUR_AUTH_KEY}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" {
"address": {
"street": "3rd Street 12",
"zipCode": "4567",
"city": "Big City",
"country": "AUT",
"coordinates": "12.345,67.890
},
"birthDate": "1999-03-25",
"category": [ "Herren ab 21 Elite" ],
"championshipEligibility": true,
"chipNumber": 1234567,
"createdAt": "2024-03-18T20:50:24.000000Z",
"email": "jon.doe@jondoe.com",
"familyId": 1,
"firstName": "Doe",
"gdprConsentGivenAt": "2024-03-18T20:50:24.000000Z",
"gender": "male",
"id": 1,
"lastContactDataCheck": "2024-03-18T20:50:24.000000Z",
"lastModifiedAt": "2024-03-18T20:50:24.000000Z",
"lastName": "Doe",
"magazine": true,
"nationality": "AUT",
"phoneNumber": "+43 123 4567890",
"settings": {},
"userRoles": [
{
"role": "eventManager",
"entity": null
}
],
"username": "jondoe"
}
Records the contact data check for the logged in user. The current timestamp will be stored as the last contact data check.
curl --request POST \
"https://anne-api.oefol.at/v1/user/contactDataChecked" \
--header "Authorization: Bearer {YOUR_AUTH_KEY}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" {
"address": {
"street": "3rd Street 12",
"zipCode": "4567",
"city": "Big City",
"country": "AUT",
"coordinates": "12.345,67.890
},
"birthDate": "1999-03-25",
"category": [ "Herren ab 21 Elite" ],
"championshipEligibility": true,
"chipNumber": 1234567,
"createdAt": "2024-03-18T20:50:24.000000Z",
"email": "jon.doe@jondoe.com",
"familyId": 1,
"firstName": "Doe",
"gdprConsentGivenAt": "2024-03-18T20:50:24.000000Z",
"gender": "male",
"id": 1,
"lastContactDataCheck": "2024-03-18T20:50:24.000000Z",
"lastModifiedAt": "2024-03-18T20:50:24.000000Z",
"lastName": "Doe",
"magazine": true,
"nationality": "AUT",
"phoneNumber": "+43 123 4567890",
"settings": {},
"userRoles": [
{
"role": "eventManager",
"entity": null
}
],
"username": "jondoe"
}
Returns information about the logged in user.
curl --request GET \
--get "https://anne-api.oefol.at/v1/user/me" \
--header "Authorization: Bearer {YOUR_AUTH_KEY}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" {
"address": {
"street": "3rd Street 12",
"zipCode": "4567",
"city": "Big City",
"country": "AUT",
"coordinates": "12.345,67.890
},
"birthDate": "1999-03-25",
"category": [ "Herren ab 21 Elite" ],
"championshipEligibility": true,
"chipNumber": 1234567,
"createdAt": "2024-03-18T20:50:24.000000Z",
"email": "jon.doe@jondoe.com",
"familyId": 1,
"firstName": "Doe",
"gdprConsentGivenAt": "2024-03-18T20:50:24.000000Z",
"gender": "male",
"id": 1,
"lastContactDataCheck": "2024-03-18T20:50:24.000000Z",
"lastModifiedAt": "2024-03-18T20:50:24.000000Z",
"lastName": "Doe",
"magazine": true,
"nationality": "AUT",
"phoneNumber": "+43 123 4567890",
"settings": {},
"userRoles": [
{
"role": "eventManager",
"entity": null
}
],
"username": "jondoe"
}
curl --request GET \
--get "https://anne-api.oefol.at/v1/user/eventBookmarks" \
--header "Authorization: Bearer {YOUR_AUTH_KEY}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" [
1,
2,
3
]
Checks if the given username is available for the given userId.
The ID of the user. If empty the ID of the authenticated user is used.
The username to check.
curl --request GET \
--get "https://anne-api.oefol.at/v1/user/checkUsername?userId=13&username=sit" \
--header "Authorization: Bearer {YOUR_AUTH_KEY}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" {
"usernameAvailable": true
}
curl --request GET \
--get "https://anne-api.oefol.at/v1/user/search/transfer" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"birthDate\": \"2026-05-21T21:43:00\",
\"clubId\": 7,
\"firstName\": \"eyk\",
\"lastName\": \"nfrrrnghchvlaklk\"
}"
cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
{
"message": "Unauthenticated."
}
The ID of the user.
curl --request GET \
--get "https://anne-api.oefol.at/v1/user/1" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
{
"message": "Unauthenticated."
}
The ID of the user.
curl --request PATCH \
"https://anne-api.oefol.at/v1/user/1" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"address\": \"[\\\"molestias\\\",\\\"in\\\"]\",
\"birthDate\": \"2026-05-21T21:43:00\",
\"category\": \"[\\\"fuga\\\",\\\"fugiat\\\"]\",
\"championshipEligibility\": false,
\"chipNumber\": 14,
\"email\": \"will89@example.com\",
\"eventRatingControlGroup\": false,
\"firstName\": \"htadfmnjqxiirnxfpawkg\",
\"iofId\": \"lccbwoziyn\",
\"lastName\": \"mulwtxsnaqhg\",
\"magazine\": false,
\"nationality\": \"vaa\",
\"password\": \"%*$uW#\'Bs\",
\"phoneNumber\": \"frpjzaggnqzawv\",
\"settings\": \"[\\\"necessitatibus\\\",\\\"atque\\\"]\",
\"username\": \"bxmqbyhhuvbamxypsfvfu\"
}"
The ID of the user.
curl --request PATCH \
"https://anne-api.oefol.at/v1/user/1/unverify" \
--header "Content-Type: application/json" \
--header "Accept: application/json" The ID of the user.
curl --request PATCH \
"https://anne-api.oefol.at/v1/user/1/deactivateChampionshipEligibility" \
--header "Content-Type: application/json" \
--header "Accept: application/json" The ID of the user.
curl --request PATCH \
"https://anne-api.oefol.at/v1/user/1/verify" \
--header "Content-Type: application/json" \
--header "Accept: application/json" The ID of the user.
curl --request PATCH \
"https://anne-api.oefol.at/v1/user/1/activateChampionshipEligibility" \
--header "Content-Type: application/json" \
--header "Accept: application/json" The ID of the user.
curl --request POST \
"https://anne-api.oefol.at/v1/user/1/addRole" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"entityId\": 20
}"
The ID of the user.
curl --request DELETE \
"https://anne-api.oefol.at/v1/user/1/removeRole" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"entityId\": 12
}"
curl --request GET \
--get "https://anne-api.oefol.at/v1/user/session" \
--header "Content-Type: application/json" \
--header "Accept: application/json" cache-control
: max-age=0, must-revalidate, no-cache, no-store, private
content-type
: application/json
pragma
: no-cache
expires
: 0
access-control-allow-origin
: *
{
"message": "Unauthenticated."
}
The ID of the session.
curl --request PATCH \
"https://anne-api.oefol.at/v1/user/session/quibusdam" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"label\": \"peutyjdwmlvsljvdqd\"
}"
The ID of the session.
curl --request DELETE \
"https://anne-api.oefol.at/v1/user/session/fugiat" \
--header "Content-Type: application/json" \
--header "Accept: application/json"