Ranked awesome lists, all in one place
This list is a copy of jdorfman/awesome-json-datasets with ranks
Awesome JSON Datasets ★73813
A curated list of awesome JSON datasets that don’t require authentication.
Contents
- Bitcoin
- Cars
- Climate
- Crime
- Currency
- Gaming
- GitHub API
- Government
- Historical Events
- HTTP
- Media
- NASA
- Nobel Prize
- Population
- GDP (current US$)
- Travel
- TV Shows
- Movies
- Weather
- Open Source Licenses
- More Awesome Lists
- Contributing
- License
Bitcoin
Pro Tip: Check out Blockchain Data API for more options.
Cars
Pro Tip: replace the field-value for a year not listed e.g.
?&cmd=getMakes&year=1969
. You can also change the country e.g.sold_in_uk=1
,sold_in_de=1
, etc.
Pro Tip: replace the field-value for a model not listed e.g.
make=CarCompany
.
Climate
- Global Temperature Anomaly) (1880-2015 vs. 1901-2000 Average)
- US Annual Average Temperature and Anomaly) (1880-2015 (vs. 1901-2000 Average)
- Contiguous US Annual Precipitation (1895-2015)
- Drought Severity Index (Palmer for the Contiguous US, 1895-2016)
Crime
Currency
- Latest Foreign Exchange Rates
- Compare Foreign Exchange Rates (Replace
USD,GBP
withsymbols
you want to compare.) - Historical Foreign Exchange Rates (Replace
2000-01-03
with another date.) - VAT rates for EU
Gaming
- BattleField 4 Online Players
- Pokémon
- Pokémon by Number (Replace
1
with desired Pokémon number) - Types (Replace
1
with another number to retrieve different type) - Abilities (Replace
1
with another number to retrieve different ability)
- Pokémon by Number (Replace
- Pokédex
- Magic: The Gathering
Protip: https://mtgjson.com lists many more Magic: The Gathering card data sets, as well as zipped versions of all sets.
GitHub API
Government
- Trade.gov
- DATA.CA.GOV
- DATA.NY.GOV
- United States Congress
Protip: use offset=1000 to view the next 1000 bills. GovTrack provides a powerful API for viewing data on Congress, roll calls, and bills.
- Department of Justice
- Department of Labor
- Scottish Parliament
Pro Tip: you can do a lot more at http://parliamentdata.ca/
Historical Events
- Languages
Pro Tip: You can change
begin_date
andend_date
in URL to get events in a specific interval. More options here.
HTTP
- IP
- user-agent
- headers
- GET
- gzip
- deflate
- response-headers
- cookies
- stream
- delay
- cache (
60
===60 seconds
)
Pro Tip: you can do a lot more at http://httpbin.org.
Media
Pro Tip: replace the
q
field-value for a query not listed e.g.q=cartman+brah
.
NASA
- ISS Current Location
- How Many People Are In Space Right Now
- Earth Meteorite Landings
- Near-Earth Asteroids and Comets (Discovered By NEOWISE)
Natural Disasters
Nobel Prize
Open Source Licenses
- All
- Copyleft
- OSI Approved
- Redundant
- Permissive
- Obsolete
- Misc
- Popular
- Discouraged
- Non-reusable
- Special Purpose
- Retired
Become an OSI member here
Population
- Total Population Today
Pro Tip: List of all Countries tracked
- United States Population Table (Ages 0-100)
- Historical Population (Since 1960)
Heads up: Use
cURL
to view rawJSON
e.g.:$ curl -s http://api.population.io/1.0/countries | python -m json.tool
GDP (current US$)
Pro Tip: Link to country list Here
- /r/all
- /r/AskReddit
- /r/funny
- /r/pics
- /r/todayilearned
- /r/announcements
- /r/worldnews
- /r/science
- /r/IAmA
- /r/videos
- /r/gaming
- /r/linux
Pro Tip: you can append
.json
to any subreddit url.
Travel
- Global Airfields
- Monthly Airline Delays by Airport, 2003-2016
- FAA Airport Status
Heads up: Only works for US airports only, not international.
TV Shows
- Mr. Robot (USA)
- Better Call Saul (AMC)
- Homeland (Showtime)
- Silicon Valley (HBO)
- The Walking Dead (AMC)
- South Park (Comedy Central)
- Game of Thrones (HBO)
- House of Cards (Netflix)
- The Big Bang Theory (CBS)
- Narcos (Netflix)
- Black Mirror (Netflix)
- Stranger Things (Netflix)
- Rick and Morty (Adult Swim)
- Westworld (HBO)
Pro Tip: replace the field-value for a show not listed e.g.
shows?q=show-name
. More options here
Movies
Weather
Pro Tip: generate URLs for any location at Yahoo Weather API
More Awesome Lists
- Awesome ★73813 (The OG List)
- Help Wanted ★47 ⏳1Y (Open Source projects looking for Help)
- JSON ★589 (Libraries and Resources)
- WPO ★6083 (Web Performance Optimization)
- Shell ★11134 (CLI Frameworks, Toolkits and Guides)
- Public APIs ★31153 (JSON APIs for use in web dev, some of which require authentication)
- Public Datasets ★21679 (Datasets beyond just JSON)
- Style Guides ★727 (Programming Languages, Platforms, Frameworks)
Contributing
If you want to contribute, please read the contribution guidelines.
License
To the extent possible under law, MaxCDN has waived all copyright and related or neighboring rights to this work.
This list is a copy of jdorfman/awesome-json-datasets with ranks