While the masses of pull requests and community involvement are appreciated, some pull requests have been specifically opened to market company APIs that offer paid solutions. This API list is not a marketing tool, but a tool to help the community build applications and use free, public APIs quickly and easily. Pull requests that are identified as marketing attempts will not be accepted.
Please make sure the API you want to add has full, free access or at least a free tier and does not depend on the purchase of a device/service before submitting. An example that would be rejected is an API that is used to control a smart outlet - the API is free, but you must purchase the smart device.
Thanks for understanding! :)
Current API entry format:
API | Description | Auth | HTTPS | CORS |
---|---|---|---|---|
API Title(Link to API documentation) | Description of API | Does this API require authentication? * | Does the API support HTTPS? | Does the API support CORS? * |
Example entry:
| [NASA](https://api.nasa.gov) | NASA data, including imagery | No | Yes | Yes |
* Currently, the only accepted inputs for the Auth
field are as follows:
OAuth
- the API supports OAuthapiKey
- the API uses a private key string/token for authentication - try and use the correct parameterX-Mashape-Key
- the name of the header which may need to be sentNo
- the API requires no authentication to runUser-Agent
- the name of the header to be sent with requests to the API* Currently, the only accepted inputs for the CORS
field are as follows:
Yes
- the API supports CORSNo
- the API does not support CORSUnknown
- it is unknown if the API supports CORSWithout proper CORS configuration an API will only be usable server side.
After you’ve created a branch on your fork with your changes, it’s time to make a pull request.
Please follow the guidelines given below while making a Pull Request to the Public APIs
Social
since it is mainly a social network, even though it could also apply to Photography
.Add Api-name API
for e.g.: Add Blockchain API
Update Readme.md
✔ Add Blockchain API to Cryptocurrency
API
. for e.g.: ❌Gmail API ✔Gmailmaster
branch of the public-apis
Once you’ve submitted a pull request, the collaborators can review your proposed changes and decide whether or not to incorporate (pull in) your changes.
upstream
repository by adding it as a remote.
Pull in changes from upstream
often so that you stay up to date and so when you submit your pull request,
merge conflicts will be less likely. See more detailed instructions here.Once you’ve opened a pull request, a discussion will start around your proposed changes.
Other contributors and users may chime in, but ultimately the decision is made by the collaborators.
During the discussion, you may be asked to make some changes to your pull request.
If so, add more commits to your branch and push them – they will automatically go into the existing pull request. But don’t forget to squash them.
Opening a pull request will trigger a build to check the validity of all links in the project. After the build completes, please ensure that the build has passed. If the build did not pass, please view the build logs and correct any errors that were found in your contribution.
Thanks for being a part of this project, and we look forward to hearing from you soon!