Skip to content

Instantly share code, notes, and snippets.

@tnzk
Created April 19, 2018 08:56
Show Gist options
  • Save tnzk/c1811c621cd667afd92eaee69ab8b904 to your computer and use it in GitHub Desktop.
Save tnzk/c1811c621cd667afd92eaee69ab8b904 to your computer and use it in GitHub Desktop.
アレルギー一覧API
{
"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