Open Notify is an open-source project initiated by Nathan Bergey. Its goal is to turn some raw space-related data from sources such as NASA into simple APIs. The core capabilities that can be confirmed from the current page include the International Space Stationβs current latitude and longitude, as well as the current number of people in space, their names, and the spacecraft they are on. The previous ISS pass prediction endpoint has been removed, so it is better viewed as a lightweight API for education and development experiments rather than a full-fledged space data platform.
The API design is extremely simple: /iss-now.json requires no input parameters and returns a Unix timestamp plus the ISS latitude and longitude; /astros.json returns the current number of people in space and a list of personnel. Both support JSON and can also return JSONP via the callback parameter, which is convenient for direct use in older frontend pages. The documentation provides examples using jQuery, Leaflet map updates, and Python. It also notes that the ISS position is calculated roughly once per second, but recommends polling at around 5-second intervals per client to avoid putting pressure on the server.
The page clearly describes it as an open source project and provides a Source Code link, but the main content does not include deployment steps or a self-hosting guide. In terms of ecosystem, there is no official SDK; integration mainly relies on standard HTTP/JSON. The ISS location data notes reference NASA, NORAD TLE, and CelesTrak. The people-in-space data is personally updated by the author when launches and landings occur, and the page explicitly states that there is no single official data source for it.
The page does not show any paid plans, account system, or usage-based billing; it only suggests that users can support the project via donations. Support also appears to be mainly through the authorβs email, with no SLA, status page, enterprise support, authentication, error code documentation, or versioning policy described. As a result, the cost barrier is very low, but users should not assume production-grade stability or long-term maintenance guarantees.
Its strengths are that it is free, open source, extremely easy to call, and clearly documented, making it very suitable for teaching, hackathons, real-time ISS maps, space education pages, and small data visualization projects. Its drawbacks are the small number of APIs and the removal of the pass prediction endpoint; data accuracy, update frequency, and maintenance practices are limited; and the examples use http, while the main text does not demonstrate HTTPS or broader security governance. For mission-critical use cases, consider NASA Open APIs, CelesTrak, Space-Track, or commercial space data providers.
The page does not provide information about network accessibility from mainland China, payment methods, or mirrors, so this should be considered unknown. Since it relies on public HTTP APIs, it is recommended to test connectivity, latency, and CORS behavior in the target deployment environment before actual use.
β This review is compiled from public sources and does not constitute a purchase recommendation. Verify all facts on the vendor's official site. Verify on open-notify.org official site.
open-notify.org is an United States Dev Tools provider. TG4G tracks its product information, an overall rating of 7.0/10, and a China-accessibility score of China direct-connect friendly. Click "Visit Official Site" to reach open-notify.org directly.