Skip to content

Instantly share code, notes, and snippets.

@code-reaper08
Created July 1, 2021 15:17
Show Gist options
  • Save code-reaper08/fef2c2bae52e5d96dbbc1b208b381304 to your computer and use it in GitHub Desktop.
Save code-reaper08/fef2c2bae52e5d96dbbc1b208b381304 to your computer and use it in GitHub Desktop.
Response for Bornat and 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": "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