Loading...
Follow the link to the origin of the table

click : here to select part of table


Post this (httpRequest) to include table in your program:

Url:
http://bank.stat.gl/api/v1/en/Greenland/BE/BE01/BE0140/BEXSTM6.PX
Query:


Example in R, copy/paste code and edit pxpath :

library(httpRequest)
library(rjstat)
library(pxR)
host <- "bank.stat.gl"
path <- "http:/api/v1/en/Greenland/BE/BE01/BE0140/BEXSTM6.PX"
data <- '

'
d1 <- simplePostToHost(host, path, data, contenttype="text/px")
k1 <- sub("[^§]*§", "", sub("\r\n\r\n", "§", d1))
sink('c:/pxpath/file.px')
cat(k1)
sink()
my.px.object <- read.px("c:/pxpath/file.px")
helloWorld <- as.data.frame( my.px.object )
Chart Comming soon?

MaybeBaby
en-GL
http://bank.stat.gl/api/v1/en/Greenland/BE/BE01/BE0140/BEXSTM6.PX
Citizenship by age, citizenship, gender and time
{"dataset":{"dimension":{"gender":{"label":"gender","category":{"index":{"M":0,"K":1},"label":{"M":"Men","K":"Women"}},"extension":{"show":"value"}},"time":{"label":"time","category":{"index":{"2011":0,"2012":1,"2013":2,"2014":3,"2015":4,"2016":5,"2017":6,"2018":7,"2019":8,"2020":9,"2021":10,"2022":11,"2023":12},"label":{"2011":"2011","2012":"2012","2013":"2013","2014":"2014","2015":"2015","2016":"2016","2017":"2017","2018":"2018","2019":"2019","2020":"2020","2021":"2021","2022":"2022","2023":"2023"}},"extension":{"show":"value"}},"id":["gender","time"],"size":[2,13],"role":{"time":["time"]}},"label":"Citizenship by gender and time","source":"Statistics Greenland","updated":"2023-08-07T11:00:00Z","value":[30128,30105,29867,29742,29634,29701,29652,29536,29654,29711,29855,29876,30008,26762,26705,26616,26553,26480,26485,26520,26487,26571,26656,26798,26785,26857],"extension":{"px":{"decimals":0}}}}

Data Preview

http://bank.stat.gl/api/v1/en/Greenland/BE/BE01/BE0140/BEXSTM6.PX