Skip to content

Instantly share code, notes, and snippets.

@code-reaper08
Created July 1, 2021 15:08
Show Gist options
  • Save code-reaper08/fcdceeb9d809dc3cf0c829b9350b88ed to your computer and use it in GitHub Desktop.
Save code-reaper08/fcdceeb9d809dc3cf0c829b9350b88ed to your computer and use it in GitHub Desktop.
response for diedat route
[
{
"id": "37",
"firstname": "Sir Chandrasekhara Venkata",
"surname": "Raman",
"born": "1888-11-07",
"died": "1970-11-21",
"bornCountry": "India",
"bornCountryCode": "IN",
"bornCity": "Tiruchirappalli",
"diedCountry": "India",
"diedCountryCode": "IN",
"diedCity": "Bangalore",
"gender": "male",
"prizes": [
{
"year": "1930",
"category": "physics",
"share": "1",
"motivation": "\"for his work on the scattering of light and for the discovery of the effect named after him\"",
"affiliations": [
{
"name": "Calcutta University",
"city": "Calcutta",
"country": "India"
}
]
}
]
},
{
"id": "540",
"firstname": "Anjezë Gonxhe",
"surname": "Bojaxhiu",
"born": "1910-08-26",
"died": "1997-09-05",
"bornCountry": "Ottoman Empire (now North Macedonia)",
"bornCountryCode": "MK",
"bornCity": "Uskup (now Skopje)",
"diedCountry": "India",
"diedCountryCode": "IN",
"diedCity": "Calcutta",
"gender": "female",
"prizes": [
{
"year": "1979",
"category": "peace",
"share": "1",
"motivation": "\"for her work for bringing help to suffering humanity\"",
"affiliations": [
[]
]
}
]
},
{
"id": "583",
"firstname": "Rabindranath",
"surname": "Tagore",
"born": "1861-05-07",
"died": "1941-08-07",
"bornCountry": "India",
"bornCountryCode": "IN",
"bornCity": "Calcutta",
"diedCountry": "India",
"diedCountryCode": "IN",
"diedCity": "Calcutta",
"gender": "male",
"prizes": [
{
"year": "1913",
"category": "literature",
"share": "1",
"motivation": "\"because of his profoundly sensitive, fresh and beautiful verse, by which, with consummate skill, he has made his poetic thought, expressed in his own English words, a part of the literature of the West\"",
"affiliations": [
[]
]
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment