{"openapi":"3.2.0","info":{"title":"submarinecablemap.com API","description":"The Submarine Cable Map is a regularly updated resource from TeleGeography.","version":"1.0.0"},"servers":[{"url":"https://submarinecablemap.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"tags":[{"name":"search"},{"name":"cables"},{"name":"landing point"}],"paths":{"/search":{"get":{"operationId":"get_search","summary":"search","tags":["search"]}},"/all-cables":{"get":{"operationId":"get_all_cables","summary":"all cables","tags":["cables"]}},"/cable-geo":{"get":{"operationId":"get_cable_geo","summary":"cable geo data","tags":["cables"]}},"/cable":{"get":{"operationId":"get_cable","summary":"cable details","tags":["cables"],"parameters":[{"name":"cable","in":"query","required":false,"schema":{"type":"string","example":"2africa"}}]}},"/by-year":{"get":{"operationId":"get_by_year","summary":"ready for service by year","tags":["cables"],"parameters":[{"name":"year","in":"query","required":false,"schema":{"type":"string","example":"2027"}}]}},"/landing-point-geo":{"get":{"operationId":"get_landing_point_geo","summary":"landing point geo data","tags":["landing point"]}},"/landing-point":{"get":{"operationId":"get_landing_point","summary":"landing point","tags":["landing point"],"parameters":[{"name":"point","in":"query","required":false,"schema":{"type":"string","example":"douglas-isle-of-man"}}]}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}