-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathres1.json
49 lines (49 loc) · 1.3 KB
/
res1.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"awardYear": "1901",
"category": {
"en": "Chemistry",
"no": "Kjemi",
"se": "Kemi"
},
"categoryFullName": {
"en": "The Nobel Prize in Chemistry",
"no": "Nobelprisen i kjemi",
"se": "Nobelpriset i kemi"
},
"dateAwarded": "1901-11-12",
"prizeAmount": 150782,
"prizeAmountAdjusted": 9704878,
"links": [
{
"rel": "nobelPrize",
"href": "https://api.nobelprize.org/2/nobelPrize/che/1901",
"action": "GET",
"types": "application/json"
}
],
"laureates": [
{
"id": "160",
"knownName": {
"en": "Jacobus H. van 't Hoff"
},
"fullName": {
"en": "Jacobus Henricus van 't Hoff"
},
"portion": "1",
"sortOrder": "1",
"motivation": {
"en": "in recognition of the extraordinary services he has rendered by the discovery of the laws of chemical dynamics and osmotic pressure in solutions",
"se": "såsom ett erkännande av den utomordentliga förtjänst han inlagt genom upptäckten av lagarna för den kemiska dynamiken och för det osmotiska trycket i lösningar"
},
"links": [
{
"rel": "laureate",
"href": "https://api.nobelprize.org/2/laureate/160",
"action": "GET",
"types": "application/json"
}
]
}
]
}