Uvacoder / uva-json-data-collection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Various json files I have collected 😝

color-names

http://Wʬ.Elastiq.ch David Aerne meodai

paper-colors.json

https://mattdesl.com/ Matt DesLauriers mattdesl

pokemon-data

Pulkit Sambhavi Singh Purukitto

links-dev-design

https://praveenjuge.com Praveen Juge praveenjuge

quotes-stoicism

Romain Cascino RomainCscn

emoji-unicode

https://muan.co Mu-An Chiou muan

imdb-data

https://typeofnan.dev

Nick Scialli nas5w

open-source-design

https://gregwolanski.com Greg Wolanski gregwolanski

domains-list

A JSON list of top level domains

https://charanj.it Charanjit Chana cchana

resources-webdev-free

A list of free webdev resources

Navjot Ahuja

base_elements.json

A JSON file of periodic elements including

Example:

    {
        "name": "Hydrogen",
        "number": 1,
        "symbol": "H",
        "row": 1,
        "col": 1
    },

Thanks to Andrew Blakey for this file


emojis.json πŸ‘¨β€πŸŽ€

A JSON list of all the emojis which includes

Example:

   {
      "slug":"grinning-face",
      "character":"\ud83d\ude00",
      "unicodeName":"grinning face",
      "codePoint":"1F600",
      "group":"smileys-emotion",
      "subGroup":"face-smiling"
   },
   {

Thanks to https://emoji-api.com/ for providing the list of emojis


emoji-en-US.json

A JSON file containing info for an emoji keyword library which inludes

Example:

 "πŸ˜€": [
    "grinning_face",
    "face",
    "smile",
    "happy",
    "joy",
    ":D",
    "grin"
  ],

Thanks to muan for providing this list


react-emojis.json πŸ‘¨β€πŸŽ€

A JSON list of emojis which includes

Example:

  {
    "title": "100",
    "symbol": "πŸ’―",
    "keywords":
      "hundred points symbol symbol wow wow win win perfect perfect parties parties"
  },

Thanks to Brayden W for putting this list together


gradients.json πŸ‘¨β€πŸŽ€

A JSON list of gradient colors for use in tailwindcss, which includes

Example:

    {
      "title": "Hyper",
      "theme": "Warm",
      "colors": "bg-gradient-to-r from-pink-500 via-red-500 to-yellow-500"
    },

Thanks to Jordi Hales and Mark Mead for creating these colors


gradient-colors.json πŸ‘¨β€πŸŽ€

A JSON list of user generated gradient colors which includes

Example:

  {
    "id": 0,
    "githubUsername": "saviomartin",
    "colors": [
      "#3CA55C",
      "#B5AC49"
    ]
  },

Thanks to Savio Martin who first created this file for his Gradient King


groupblocks.json

A small JSON file of the periodic table elements grouped into respective metal groupings


periodic-table-data.json

A JSON file of periodic elements with some correlationg data for each element including

Example:

{"atomicNumber":1,"symbol":"H","name":"Hydrogen","atomicMass":"1.00794(4)","cpkHexColor":"FFFFFF","electronicConfiguration":"1s1","electronegativity":2.2,"atomicRadius":37,"ionRadius":"","vanDelWaalsRadius":120,"ionizationEnergy":1312,"electronAffinity":-73,"oxidationStates":"-1, 1","standardState":"gas","bondingType":"diatomic","meltingPoint":14,"boilingPoint":20,"density":0.0000899,"groupBlock":"nonmetal","yearDiscovered":1766},

Thanks to Chris Andrejewski for putting this data together


periodicinfo.json

A great JSON file of periodic elements with each elements relevant data including

Example of Hydrogen:

  "1": {
    "name": "Hydrogen",
    "symbol": "H",
    "atomicMass": 1.00794,
    "electronicConfiguration": [
      {
        "shell": 1,
        "subshellType": "s",
        "electrons": 1
      }
    ],
    "electronegativity": 2.2,
    "atomicRadius": 37,
    "vanDelWaalsRadius": 120,
    "electronAffinity": -73,
    "oxidationStates": [
      -1,
      1
    ],
    "phase": "gas",
    "bondingType": "diatomic",
    "meltingPoint": 14,
    "boilingPoint": 20,
    "density": 0.0000899,
    "groupBlock": "nonMetal",
    "yearDiscovered": 1766,
    "appearance": "colorless gas",
    "discoveredBy": "Henry Cavendish",
    "molarHeat": 28.836,
    "namedBy": "Antoine Lavoisier",
    "summary": "Hydrogen is a chemical element with chemical symbol H and atomic number 1. With an atomic weight of 1.00794 u, hydrogen is the lightest element on the periodic table. Its monatomic form (H) is the most abundant chemical substance in the Universe, constituting roughly 75% of all baryonic mass.",
    "y": 1,
    "x": 1

Thanks to Reuben for this collected data


periodicinfolg.json

A great JSON file of all periodic elements with extensive data for each elemenet including

Example of Hydrogen:

 "1": {
      "atomicMass": 1.0079,
      "atomicNumber": 1,
      "ionizationEnergy": 13.5984,
      "atomicRay": "25",
      "boilingPoint": {
        "C": -252.879
      },
      "criticalPoint": 32.938,
      "group": "1",
      "density": 0.08988,
      "discoveryAuthor": "Henry Cavendish",
      "electronConfiguration": ["1s"],
      "electronegativity": 2.20,
      "electronsPerShell": [1],
      "elementGroup": "non-metal",
      "heatOfFusion": 0.117,
      "heatOfVaporization": 0.3904,
      "ionisationEnergy": 13.598443,
      "meltingPoint": {
        "C": -259.16
      },
      "molarHeatCapacity": 28.836,
      "name": "Hydrogen",
      "period": 1,
      "phase": "gas",
      "symbol": "H",
      "triplePoint": 13.8033,
      "discoveryDate": 1766,
      "context": "Hydrogen gas was first artificially produced in the early 16th century by the reaction of acids on metals. In 1766–81, Henry Cavendish was the first to recognize that hydrogen gas was a discrete substance, and that it produces water when burned, the property for which it was later named: in Greek, hydrogen means \"water-former\"."
    },

Thanks to Pulsar for this data


periodictablejson.json

A great comprehensive JSON file of periodic table elements including

Example of Hydrogen:

{
	"elements" : [{
		"name": "Hydrogen",
		"symbol": "H",
		"number": 1,
		"period": 1,
		"category": "diatomic nonmetal ",
		"atomic_mass": 1.008,
		"color": null,
		"appearance": "colorless gas",
		"phase": "Gas",
		"melt": 13.99,
		"boil": 20.271,
		"density": 0.08988,
		"discovered_by": "Henry Cavendish",
		"molar_heat": 28.836,
		"source":"https://en.wikipedia.org/wiki/Hydrogen",
		"named_by": "Antoine Lavoisier",
		"spectral_img": "https://en.wikipedia.org/wiki/File:Hydrogen_Spectra.jpg",
		"summary": "Hydrogen is a chemical element with chemical symbol H and atomic number 1. With an atomic weight of 1.00794 u, hydrogen is the lightest element on the periodic table. Its monatomic form (H) is the most abundant chemical substance in the Universe, constituting roughly 75% of all baryonic mass.",
		"ypos": 1,
		"xpos": 1,
		"shells": [
			1
		],
		"electron_configuration": "1s1",
		"electron_configuration_semantic": "1s1", 
		"electron_affinity": 72.769,
		"electronegativity_pauling": 2.20,
		"ionization_energies": [
			1312.0
		],
		"cpk-hex": "ffffff"
	}]
}

Thanks to Bowserinator for compiling this data


quotes-stoicism.json πŸ‘¨β€πŸŽ€

A JSON list of over 1000 quotes from philosophers related to stoicism including

Example:

  {
    "quote": "What decides whether a sum of money is good? The money is not going to tell you; it must be the faculty that makes use of such impressions – reason.",
    "author": "Epictetus",
    "source": "Discourses I, 1.5",
    "tweetable": true
  },

Thanks to David Wells for putting this data together


quotes.json πŸ‘¨β€πŸŽ€

A JSON list of over 1000 quotes which includes

Example:

	{
		"quoteText": "Genius is one percent inspiration and ninety-nine percent perspiration.",
		"quoteAuthor": "Thomas Edison"
	},

superheroes.json πŸ‘¨β€πŸŽ€

This is a great JSON file of superheroes with an amazing amount of sorted data for each character including

Example:

    {
      "id": 1,
      "name": "A-Bomb",
      "slug": "1-a-bomb",
      "powerstats": {
        "intelligence": 38,
        "strength": 100,
        "speed": 17,
        "durability": 80,
        "power": 24,
        "combat": 64
      },
      "appearance": {
        "gender": "Male",
        "race": "Human",
        "height": [
          "6'8",
          "203 cm"
        ],
        "weight": [
          "980 lb",
          "441 kg"
        ],
        "eyeColor": "Yellow",
        "hairColor": "No Hair"
      },
      "biography": {
        "fullName": "Richard Milhouse Jones",
        "alterEgos": "No alter egos found.",
        "aliases": [
          "Rick Jones"
        ],
        "placeOfBirth": "Scarsdale, Arizona",
        "firstAppearance": "Hulk Vol 2 #2 (April, 2008) (as A-Bomb)",
        "publisher": "Marvel Comics",
        "alignment": "good"
      },
      "work": {
        "occupation": "Musician, adventurer, author; formerly talk show host",
        "base": "-"
      },
      "connections": {
        "groupAffiliation": "Hulk Family; Excelsior (sponsor), Avengers (honorary member); formerly partner of the Hulk, Captain America and Captain Marvel; Teen Brigade; ally of Rom",
        "relatives": "Marlo Chandler-Jones (wife); Polly (aunt); Mrs. Chandler (mother-in-law); Keith Chandler, Ray Chandler, three unidentified others (brothers-in-law); unidentified father (deceased); Jackie Shorr (alleged mother; unconfirmed)"
      },
      "images": {
        "xs": "https://cdn.jsdelivr.net/gh/akabab/superhero-api@0.3.0/api/images/xs/1-a-bomb.jpg",
        "sm": "https://cdn.jsdelivr.net/gh/akabab/superhero-api@0.3.0/api/images/sm/1-a-bomb.jpg",
        "md": "https://cdn.jsdelivr.net/gh/akabab/superhero-api@0.3.0/api/images/md/1-a-bomb.jpg",
        "lg": "https://cdn.jsdelivr.net/gh/akabab/superhero-api@0.3.0/api/images/lg/1-a-bomb.jpg"
      },
      "color": [
        22,
        31,
        36
      ]
    },

Thanks to Fayaz Ahmed for putting this data together


countries folder

29 different JSON files for countries and corresponding data, including

  • Countries
  • Religon
  • Flag
  • Capitol
  • Language
  • Population
  • Governement
  • Much more.....

Thanks to samayo for much of this collected data.


fifa-2018 folder

A JSON file of 2018 FIFA collected data including

  • Teams
  • Stadiums
  • Groups
  • Winners
  • Losers
  • Tv Networks
  • And more..

Thanks to Broen Westberg for accumulating this info.

About

License:MIT License


Languages

Language:HTML 41.0%Language:JavaScript 37.2%Language:SCSS 21.9%