Navigraph Docs Logo

Get Cycle

Returns information about the current database cycle

GET
/v1/cycle

Response Body

application/json

curl -X GET "https://example.com/v1/cycle"
{  "cycle_start_date": "2023-04-14",  "cycle_end_date": "2023-05-18",  "import_time": "2023-05-08",  "airac_cycle": 2305}