Space Invaders API

A non-official API for Space Invaders & FlashInvaders data.


ISS position

This API provides the exact position of the ISS and the SI SPACE_02. It is flashable when the ISS is at the GPS coordinates of the flasher.

https://invamap.si/api/endpoints/app/iss_position.php Example response: { "timestamp": 1766612113, "message": "success", "iss_position": { "latitude": "-37.0915", "longitude": "-118.4132" } }

City Data

Provides statistics on cities: position, number of invasions, total score, number of SI, etc.

https://invamap.si/api/endpoints/app/cities_stats.php Example response for ?city=paris: { "city_name": "Paris", "id": "PA", "wave_count": 135, "SI_count": 1553, "points": 42860, "longitude": 2.349993, "latitude": 48.856132 }

Note : The API is not case-sensitive (Paris = paris).