Skip to content

Instantly share code, notes, and snippets.

@afeld
Last active February 8, 2022 03:13
Show Gist options
  • Select an option

  • Save afeld/4952991 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown

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.

@FrancescaK
Copy link
Copy Markdown

@softprops
Copy link
Copy Markdown

@pencilking2002
Copy link
Copy Markdown

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
Copy Markdown
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
Copy Markdown

UriWeg commented Feb 14, 2013

twilio

@darrellsilver
Copy link
Copy Markdown

@jkwade
Copy link
Copy Markdown

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
Copy Markdown

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
Copy Markdown

@afuchs
Copy link
Copy Markdown

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
Copy Markdown

twilio++

@theycallmeswift
Copy link
Copy Markdown

Would love to see some SendGrid action on here too.

@orianmarx
Copy link
Copy Markdown

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
Copy Markdown

jedahan commented Apr 5, 2013

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

@philgyford
Copy link
Copy Markdown

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

@afeld
Copy link
Copy Markdown
Author

afeld commented Nov 14, 2015

@philgyford Good catch, thanks!

@kellyjandrews
Copy link
Copy Markdown

@afeld thanks for this - helpful!

@aershov24
Copy link
Copy Markdown

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