Space Invaders API

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


Status: Working. Last update: 14/02/2026 (DD-MM-YYYY)

For each api endpoint, you need an API key which you can get by creating an account and generating a key in your profile. You can make up to 1000 requests per day with the same key. If you need more, please contact us using the form at the bottom of the page.

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?key={Your_API_key} 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?key={Your_API_key}&city={city_name} 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).