Skip to content

Instantly share code, notes, and snippets.

@afeld
Last active February 8, 2022 03:13
Show Gist options
  • Save afeld/4952991 to your computer and use it in GitHub Desktop.
Save afeld/4952991 to your computer and use it in GitHub Desktop.
good APIs for mashups

This list has been superseded by Public APIs. Check there for APIs with Auth: No, HTTPS and CORS Yes.


List of data APIs that require no server-side auth or private credentials, and are thus good for small browser-only JS projects.

See also

More lists

Client-side auth

Other

  • JSONProxy
  • Kimono – "Turn websites into structured APIs from your browser in seconds"
@sunwooz
Copy link

sunwooz commented Feb 14, 2013

Hey Aidan! I'm glad to see you're still helping newbs like me.

http://www.tokbox.com/opentok/api/features Opentok API for a videochat application.

I'll update this as I remember more.

@softprops
Copy link

@pencilking2002
Copy link

I really like Kinetic.js for html5 games and animations. The concepts are based on flash and its very user friendly to start. http://www.html5canvastutorials.com/kineticjs/html5-canvas-drag-and-drop-the-stage-with-kineticjs/

@afeld
Copy link
Author

afeld commented Feb 14, 2013

@softprops the docs make exposing the API key sound scary... does it just identify the user, or actually allow the API to make changes on behalf of them? (I would hope the former)

@pencilking2002 sure, tons of good JS libraries for widgets, drawing, animation, etc. - I just meant REST APIs for getting 3rd-party data

@UriWeg
Copy link

UriWeg commented Feb 14, 2013

twilio

@darrellsilver
Copy link

@jkwade
Copy link

jkwade commented Feb 14, 2013

Balanced isn't read-only, but it's a REST API sans OAuth:
https://github.com/balanced/balanced-api

@shurane
Copy link

shurane commented Feb 14, 2013

http://webshell.io/ looks a bit promising too. It's... sort of like an API for APIs. but allowing for easy mashing up.

@zoharbabin
Copy link

@afuchs
Copy link

afuchs commented Feb 14, 2013

You can use Aviary to edit any photo with a public url (from tumblr, foursquare, facebook, flickr, etc). On save, it spits back out a url to the saved image which you can publish back to the platform.

@ehershey
Copy link

twilio++

@theycallmeswift
Copy link

Would love to see some SendGrid action on here too.

@orianmarx
Copy link

We have a number of no-auth endpoints at App.net (anything that has Token:None on this list http://developers.app.net/docs/resources/ )

@jedahan
Copy link

jedahan commented Apr 5, 2013

http://scrAPI.org has metropolitan museum of art data, all from their website :)

@philgyford
Copy link

Should Twitter's REST API still be on here, given it requires authentication now?

@afeld
Copy link
Author

afeld commented Nov 14, 2015

@philgyford Good catch, thanks!

@kellyjandrews
Copy link

@afeld thanks for this - helpful!

@aershov24
Copy link

OpenUV - Global UV Index Forecast API for Sun Safety information: https://www.openuv.io

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment