Created
April 19, 2018 08:56
-
-
Save tnzk/c1811c621cd667afd92eaee69ab8b904 to your computer and use it in GitHub Desktop.
アレルギー一覧API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"tnzk-allergy-checkups":{ | |
"checkups":[ | |
{ | |
"checkup_year":"2007", | |
"result":{ | |
"orange":4, | |
"kiwifruit":3, | |
"avocado":3, | |
"peach":1, | |
"strawberry":1, | |
"raspberry":1, | |
"house_dust":10, | |
"animal-related":7 | |
} | |
} | |
], | |
"incidents":[ | |
{ | |
"incident_year":"2007", | |
"symptom":"syncope", | |
"cause":"fruit sandwich", | |
"locations":"Somewhere in Mie Pref.", | |
"suspected":"self" | |
}, | |
{ | |
"incident_year":"2012", | |
"symptom":"high temperature", | |
"cause":"strawberry", | |
"locations":"Near JR Ueno Station", | |
"suspected":"A fruit-shop girl" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment