Edward Tanguay's list of realistic API data
This is a list of API data useful for creating realistic coding
examples that consume APIs.
Feel free to use this data any way you want.
json data and images stored on this site:
-
icons: e.g. https://tanguay-eu.vercel.app/share/images/icons/five.png
-
jobs and skills - two files in which i record a new job
ad each day and the skills needed for it, these files are used
by the site
jobs.tanguay.eu
-
HTML Colors - over 100 HTML colors with HEX code
-
Emojis - over 1000 emojis as array
-
techitems - my notes on computer languages, software,
frameworks, etc.
-
Fake Store API
-
flashcards - my flashcards on tech topics, e.g. linux
commands, git commands, etc.
-
germannouns - mostly german tech nouns with article,
singular and plural, useful for e.g. die/der/das practice
-
books - these are general books I have read or am
reading, mostly on history, politics, philosophy
-
tech books - these are tech books mostly on web
development and linux administration that i am currently reading
-
employees - this is the northwind employees file with
corresponding images created with the site
thispersondoesnotexist.com
generated with
this bash script
-
SWAPI - READ-ONLY API about the Star Wars movies
-
planets and moons - data from nasa on planets and
satellites (moons) that are orbiting them
-
http://edwardtanguay.vercel.app/share/nasa-planets.json
- Mass (1024kg)
- Diameter (km)
- Density (kg/m3)
- Gravity (m/s2)
- Escape Velocity (km/s)
- Rotation Period (hours)
- Length of Day (hours)
- Distance from Sun (106 km)
- Perihelion (106 km)
- Aphelion (106 km)
- Orbital Period (days)
- Orbital Velocity (km/s)
- Orbital Inclination (degrees)
- Orbital Eccentricity
- Obliquity to Orbit (degrees)
- Mean Temperature (C)
- Surface Pressure (bars)
- Number of Moons (number)
- Ring System? (Yes/No)
- Global Magnetic Field? (Yes/No)
-
http://edwardtanguay.vercel.app/share/nasa-satellites.json
- planet: id of parent planet
- name: name of the satellite
- gm: GM (km3/sec2)
- radius: Mean radius (km)
- density: Mean density (g/cm3)
- magnitude: Magnitude V0 or R
- albedo: Geometric Albedo
-
tech books unstructured - these are 10 books which have
incongruent data, e.g. properties are missing, not conform, etc.
for use in api examples to show how to perform data cleansing
-
spanish verbs unstructured - these are rough notes on
spanish verbs in json format, good for demonstrations how to
derive clean data out of unstructured data
-
developer jobs and skills - job ads
Other APIs and JSON files with realistic data:
-
Gutenberg Books - a searchable catalog of Gutenberg
books, includes links to full text of books, images, and zip
files
-
Northwind Database - this is the 1990s sample database
that was shipped with the Microsoft Access database, useful for
coding examples since the tables have primary and foreign keys
that relate the data together, e.g. customers contains orders
which contain products, etc.
-
dummyjson.com - a full API that allows GET, POST, PUT,
PATCH and DELETE operations
-
mockaroo.com - mock data
-
restcountries.com - info about countries and cities
-
themealdb a
recipe API
SQLite Databases with realistic data:
-
Northwind Database - this is the SQLite version of the
1990s sample database that was shipped with the Microsoft Access
database, useful for coding examples since the tables have
primary and foreign keys that relate the data together, e.g.
customers contains orders which contain products, etc.
Other
version 1.2