Back to catalog
📊

Wikidata

OAuth

Collaboratively edited knowledge base operated by the Wikimedia Foundation

📊Open DataHTTPS

Wikidata

Entity lookup for Albert Einstein

LabelAlbert Einstein
Birth Date1879-03-14
Birth PlaceUlm, Germany
OccupationTheoretical physicist
Awards12
NationalityGerman, Swiss, American
Known ForTheory of Relativity

Sample Response

response.json
1{
2 "label": "Albert Einstein",
3 "birth_date": "1879-03-14",
4 "birth_place": "Ulm, Germany",
5 "occupation": "Theoretical physicist",
6 "awards": 12,
7 "nationality": "German, Swiss, American",
8 "known_for": "Theory of Relativity"
9}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://www.wikidata.org/w/api.php?action=help" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
View Documentation

Similar APIs