A non-official API for Space Invaders & FlashInvaders data.
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{
"timestamp": 1766612113,
"message": "success",
"iss_position": {
"latitude": "-37.0915",
"longitude": "-118.4132"
}
}
Provides statistics on cities: position, number of invasions, total score, number of SI, etc.
https://invamap.si/api/endpoints/app/cities_stats.php{
"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).