/experience.json
This endpoint contains all my educational- and work experience, including the university- and company name, position, and timeline. It is used to generate some contents of the About page.
Method
GET
Path
/experience.json
Content-Type
application/vnd.api+json
{
"data": {
"education": [
{
"institution": "University of Applied Sciences Upper Austria",
"city": "Hagenberg im Mühlkreis",
"programme": "Interactive Media",
"start": {
"month": 10,
"year": 2015
},
"end": {
"month": 7,
"year": 2017
},
"graduation": "MSc",
"url": "https://www.fh-ooe.at/en/hagenberg-campus/"
}
],
"work": [
{
"institution": "xxxldigital - Part of XXXLutz KG",
"city": "Wels",
"position": "Senior Web Developer",
"start": {
"month": 11,
"year": 2018
},
"url": "https://xxxl.digital/"
}
]
},
"jsonapi": {
"version": "1.0"
},
"links": {
"self": "https://sascha.work/experience.json",
"related": "https://sascha.work"
}
}