就職者数・進学者数の推移 new
指定地域に関する、就職者数・進学者数の推移を返します。
GET api/v1/employEducation/localjobAcademic/toTransition
データ提供年
2000-2021年(毎年)
RESAS対象マップ
人口マップ > 新卒者就職・進学
- ※ リンク先のグラフ表示の際のパラメータは、すべて初期設定の値を使用しています。
parameters
Name | Description | Required |
---|---|---|
prefecture_cd |
都道府県コード |
true |
displayMethod |
表示方法 0:実数 1:就職率・進学率 |
true |
matter |
表示内容 0:地元就職 1:流出 2:流入 3:純流入 |
true |
classification |
表示分類 1:進学 2:就職 |
true |
displayType |
表示区分 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=1&displayType=10&gender=0
{
"message": null,
"result": {
"changes": [{
"label": "東京都",
"prefCode": "13",
"data": [{
"year": 2000,
"value": 31.1
}, {
"year": 2001,
"value": 30.7
}, {
"year": 2002,
"value": 29.8
}, {
"year": 2003,
"value": 29.8
}, {
"year": 2004,
"value": 29.9
}, {
"year": 2005,
"value": 28.8
}, {
"year": 2006,
"value": 28.9
}, {
"year": 2007,
"value": 28.6
}, {
"year": 2008,
"value": 27.9
}, {
"year": 2009,
"value": 27.9
}, {
"year": 2010,
"value": 28.2
}, {
"year": 2011,
"value": 28.2
}, {
"year": 2012,
"value": 28.3
}, {
"year": 2013,
"value": 28.1
}, {
"year": 2014,
"value": 27.7
}, {
"year": 2015,
"value": 27.3
}, {
"year": 2016,
"value": 27
}, {
"year": 2017,
"value": 27
}, {
"year": 2018,
"value": 27.1
}, {
"year": 2019,
"value": 27.3
}, {
"year": 2020,
"value": 26.8
}, {
"year": 2021,
"value": 25.9
}]
}]
}
}