{"namespace":"tribe\/events\/v1","routes":{"\/tribe\/events\/v1":{"namespace":"tribe\/events\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"required":false,"default":"tribe\/events\/v1"},"context":{"required":false,"default":"view"}}}],"_links":{"self":"https:\/\/pakqr.pk\/index.php?rest_route=\/tribe\/events\/v1"}},"\/tribe\/events\/v1\/doc":{"namespace":"tribe\/events\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":"https:\/\/pakqr.pk\/index.php?rest_route=\/tribe\/events\/v1\/doc"}},"\/tribe\/events\/v1\/events":{"namespace":"tribe\/events\/v1","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"page":{"required":false,"default":1,"description":"The archive page to return","type":"integer"},"per_page":{"required":false,"default":"10","description":"The number of events to return on each page","type":"integer"},"start_date":{"required":false,"default":"2024-11-20 23:59:00","description":"Events should start after the specified date"},"end_date":{"required":false,"default":"2026-11-21 07:09:15","description":"Events should start before the specified date"},"search":{"required":false,"description":"Events should contain the specified string in the title or description","type":"string"},"categories":{"required":false,"description":"Events should be assigned one of the specified categories slugs or IDs","items":{"type":"integer"}},"tags":{"required":false,"description":"Events should be assigned one of the specified tags slugs or IDs","items":{"type":"integer"}},"venue":{"required":false,"description":"Events should be assigned one of the specified venue IDs","items":{"type":"integer"}},"organizer":{"required":false,"description":"Events should be assigned one of the specified organizer IDs","items":{"type":"integer"}},"featured":{"required":false,"description":"Events should be filtered by their featured status","type":"boolean"},"status":{"required":false,"description":"The event post status"},"geoloc":{"required":false,"description":"Requires Events Calendar Pro. Events should be filtered by whether their venue has geolocation data","type":"boolean"},"geoloc_lat":{"required":false,"description":"Requires Events Calendar Pro. Events should be filtered by their venue latitude location, must also provide geoloc_lng"},"geoloc_lng":{"required":false,"description":"Requires Events Calendar Pro. Events should be filtered by their venue longitude location, must also provide geoloc_lat"},"include":{"required":false,"description":"Include events with one of the post IDs specified in the array of CSV list, date filters will be ignored.","items":{"type":"integer"}},"post_parent":{"required":false,"description":"Events should be filtered by their post_parent being the specified one.","type":"integer"}}},{"methods":["POST"],"args":{"author":{"required":false,"description":"The event author ID","type":"integer"},"date":{"required":false,"description":"The event publication date","type":"string"},"date_utc":{"required":false,"description":"The event publication date (UTC time zone)","type":"string"},"title":{"required":true,"description":"The event title","type":"string"},"description":{"required":false,"description":"The event description","type":"string"},"slug":{"required":false,"description":"The event slug","type":"string"},"excerpt":{"required":false,"description":"The event excerpt","type":"string"},"status":{"required":false,"description":"The event post status","type":"string"},"timezone":{"required":false,"description":"The event time zone","type":"string"},"all_day":{"required":false,"default":false,"description":"Whether the event lasts the whole day or not","type":"boolean"},"start_date":{"required":true,"description":"The event start date and time","type":"string"},"end_date":{"required":true,"description":"The event end date and time","type":"string"},"image":{"required":false,"description":"The event featured image ID or URL","type":"string"},"cost":{"required":false,"description":"The event cost"},"website":{"required":false,"description":"The event website URL"},"show_map":{"required":false,"description":"Whether the event should show a map or not","type":"boolean"},"show_map_link":{"required":false,"description":"Whether the event should show a map link or not","type":"boolean"},"hide_from_listings":{"required":false,"description":"Whether events should be hidden in the calendar view or not","type":"boolean"},"sticky":{"required":false,"description":"Whether the event should be sticky in the calendar view or not","type":"boolean"},"featured":{"required":false,"description":"Whether the event should be featured on the site or not","type":"boolean"},"categories":{"required":false,"description":"The event category ID or name"},"tags":{"required":false,"description":"The event tag ID or name"},"venue":{"required":false,"description":"The event venue ID or data","items":{"type":"integer"}},"organizer":{"required":false,"description":"The event organizer IDs or data","items":{"type":"integer"}}}}],"_links":{"self":"https:\/\/pakqr.pk\/index.php?rest_route=\/tribe\/events\/v1\/events"}},"\/tribe\/events\/v1\/events\/(?P