就職者数・進学者数の推移 new
指定地域に関する、就職者数・進学者数の推移を返します。
GET api/v1/employEducation/localjobAcademic/toTransition
データ提供年
2000-2020年(毎年)
RESAS対象マップ
人口マップ > 新卒者就職・進学
- ※ リンク先のグラフ表示の際のパラメータは、すべて初期設定の値を使用しています。
parameters
Name | Description | Required |
---|---|---|
prefecture_cd |
都道府県コード |
true |
displayMethod |
表示方法 0:実数 1:就職率・進学率 |
true |
matter |
表示内容 0:地元就職 1:流出 2:流入 3:純流入 |
true |
classification |
表示分類 0:就職・進学の合計 1:進学 2:就職 |
true |
displayType |
表示区分 00:すべての就職・進学 10:すべての進学 11:大学進学 12:短期大学進学 20:就職 |
true |
gender |
性別 0:総数 1:男性 2:女性 |
true |
responses
Name | Description |
---|---|
/result/changes/label | 対象の県名 |
/result/changes/prefCode | 対象の県名 |
/result/changes/data/year | 年度 |
/result/changes/data/value | 1 年度分の推移 |
sample
GET https://opendata.resas-portal.go.jp/api/v1/employEducation/localjobAcademic/toTransition?prefecture_cd=13&displayMethod=0&matter=1&classification=0&displayType=00&gender=0
{
"message": null,
"result": {
"changes": [{
"label": "東京都",
"prefCode": "13",
"data": [{
"year": 2000,
"value": 55.3
}, {
"year": 2001,
"value": 52.6
}, {
"year": 2002,
"value": 46.3
}, {
"year": 2003,
"value": 50.3
}, {
"year": 2004,
"value": 46.6
}, {
"year": 2005,
"value": 59.8
}, {
"year": 2006,
"value": 53
}, {
"year": 2007,
"value": 57.1
}, {
"year": 2008,
"value": 47.9
}, {
"year": 2009,
"value": 60.9
}, {
"year": 2010,
"value": 54.7
}, {
"year": 2011,
"value": 65.8
}, {
"year": 2012,
"value": 64.5
}, {
"year": 2013,
"value": 64.8
}, {
"year": 2014,
"value": 67.4
}, {
"year": 2015,
"value": 54.5
}, {
"year": 2016,
"value": 77.5
}, {
"year": 2017,
"value": 65.3
}, {
"year": 2018,
"value": 59.4
}, {
"year": 2019,
"value": 63.3
}, {
"year": 2020,
"value": 56.3
}]
}]
}
}