Skip to content

Instantly share code, notes, and snippets.

@code-reaper08
Created July 1, 2021 15:05
Show Gist options
  • Save code-reaper08/4645b73ef92a6f029ab4aa6225742612 to your computer and use it in GitHub Desktop.
Save code-reaper08/4645b73ef92a6f029ab4aa6225742612 to your computer and use it in GitHub Desktop.
JSON response for bornat 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": "294",
"firstname": "Ronald",
"surname": "Ross",
"born": "1857-05-13",
"died": "1932-09-16",
"bornCountry": "India",
"bornCountryCode": "IN",
"bornCity": "Almora",
"diedCountry": "United Kingdom",
"diedCountryCode": "GB",
"diedCity": "Putney Heath",
"gender": "male",
"prizes": [
{
"year": "1902",
"category": "medicine",
"share": "1",
"motivation": "\"for his work on malaria, by which he has shown how it enters the organism and thereby has laid the foundation for successful research on this disease and methods of combating it\"",
"affiliations": [
{
"name": "University College",
"city": "Liverpool",
"country": "United Kingdom"
}
]
}
]
},
{
"id": "389",
"firstname": "H. Gobind",
"surname": "Khorana",
"born": "1922-01-09",
"died": "2011-11-09",
"bornCountry": "India",
"bornCountryCode": "IN",
"bornCity": "Raipur",
"diedCountry": "USA",
"diedCountryCode": "US",
"diedCity": "Concord, MA",
"gender": "male",
"prizes": [
{
"year": "1968",
"category": "medicine",
"share": "3",
"motivation": "\"for their interpretation of the genetic code and its function in protein synthesis\"",
"affiliations": [
{
"name": "University of Wisconsin",
"city": "Madison, WI",
"country": "USA"
}
]
}
]
},
{
"id": "577",
"firstname": "Rudyard",
"surname": "Kipling",
"born": "1865-12-30",
"died": "1936-01-18",
"bornCountry": "British India (now India)",
"bornCountryCode": "IN",
"bornCity": "Bombay (now Mumbai)",
"diedCountry": "United Kingdom",
"diedCountryCode": "GB",
"diedCity": "London",
"gender": "male",
"prizes": [
{
"year": "1907",
"category": "literature",
"share": "1",
"motivation": "\"in consideration of the power of observation, originality of imagination, virility of ideas and remarkable talent for narration which characterize the creations of this world-famous author\"",
"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": [
[]
]
}
]
},
{
"id": "719",
"firstname": "Amartya",
"surname": "Sen",
"born": "1933-11-03",
"died": "0000-00-00",
"bornCountry": "India",
"bornCountryCode": "IN",
"bornCity": "Santiniketan",
"gender": "male",
"prizes": [
{
"year": "1998",
"category": "economics",
"share": "1",
"motivation": "\"for his contributions to welfare economics\"",
"affiliations": [
{
"name": "Trinity College",
"city": "Cambridge",
"country": "United Kingdom"
}
]
}
]
},
{
"id": "841",
"firstname": "Venkatraman",
"surname": "Ramakrishnan",
"born": "1952-00-00",
"died": "0000-00-00",
"bornCountry": "India",
"bornCountryCode": "IN",
"bornCity": "Chidambaram, Tamil Nadu",
"gender": "male",
"prizes": [
{
"year": "2009",
"category": "chemistry",
"share": "3",
"motivation": "\"for studies of the structure and function of the ribosome\"",
"affiliations": [
{
"name": "MRC Laboratory of Molecular Biology",
"city": "Cambridge",
"country": "United Kingdom"
}
]
}
]
},
{
"id": "913",
"firstname": "Kailash",
"surname": "Satyarthi",
"born": "1954-01-11",
"died": "0000-00-00",
"bornCountry": "India",
"bornCountryCode": "IN",
"bornCity": "Vidisha",
"gender": "male",
"prizes": [
{
"year": "2014",
"category": "peace",
"share": "2",
"motivation": "\"for their struggle against the suppression of children and young people and for the right of all children to education\"",
"affiliations": [
[]
]
}
]
},
{
"id": "982",
"firstname": "Abhijit",
"surname": "Banerjee",
"born": "1961-02-21",
"died": "0000-00-00",
"bornCountry": "India",
"bornCountryCode": "IN",
"bornCity": "Mumbai",
"gender": "male",
"prizes": [
{
"year": "2019",
"category": "economics",
"share": "3",
"motivation": "\"for their experimental approach to alleviating global poverty\"",
"affiliations": [
{
"name": "Massachusetts Institute of Technology (MIT)",
"city": "Cambridge, MA",
"country": "USA"
}
]
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment