Open-Notify-API icon indicating copy to clipboard operation
Open-Notify-API copied to clipboard

Source code for api.open-notify.org

Results 30 Open-Notify-API issues
Sort by recently updated
recently updated
newest added

Would love to have more data returned. For example: { "name" : "Anne McClain", "country" : "usa", "launchdate" : "2018-12-03", "title" : "Flight Engineer", "location" : "International Space Station", "biolink"...

Simple change to add elevation. I think would be useful to users of the API.

As mentioned in #21 its apparent that maintenance on this project has sort of halted, based on both the status from @natronics & the last commit date. I'd be willing...

Please make it use https. It would be more secure, and currently you can't get the api if a website you're building uses https because browsers don't allow it. Since...

@natronics Seeing that nothing has happened here since Oct 2016, I am wondering if this API is still maintained? There are a few bugs that need to be either attended...

Hey there. The Open Notify API is awesome, but it would be really nice if the server could be updated to HTTPS. When it comes to iOS development, you need...

Enhancement

Bumps [jinja2](https://github.com/pallets/jinja) from 2.8 to 2.11.3. Release notes Sourced from jinja2's releases. 2.11.3 This contains a fix for a speed issue with the urlize filter. urlize is likely to be...

dependencies

Currently the apis are served with http(without ssl). http://api.open-notify.org/iss-now.json As you know browser won't let access HTTP from HTTPS Please add SSL to provide apis on HTTPS...

In response to https://github.com/open-notify/Open-Notify-API/issues/6 it looks like the 'Access-Control-Allow-Origin' header was added to the `iss-now` route but not to other routes. ```sh $ curl -v "http://api.open-notify.org/iss-pass.json?lat=30&lon=30" * Trying 138.68.39.196... *...