Endpoints with sdmx data
endpoints.Rd
A data.frame with several endpoints for sdmx data
Format
A data.frame with columns:
id
- the id of the endpointname
- the name of agency of the endpointurl
- the url of the endpointlanguage
- the default language of the endpoint
Examples
data("endpoints")
endpoints[, 1:3]
#> id name
#> 1 ESTAT EUROSTAT
#> 2 LU1 STATEC
#> 3 NL1 Centraal Bureau voor de Statistiek
#> 4 OECD OECD
#> 5 ABS AUSTRALIA
#> 6 BIS BIS
#> 7 FAO FAO
#> 8 ILO ILO
#> 9 UN UN
#> url
#> 1 https://ec.europa.eu/eurostat/api/dissemination/sdmx/2.1
#> 2 https://lustat.statec.lu/rest/
#> 3 https://sdmx-api.beta.cbs.nl/rest
#> 4 https://sdmx.oecd.org/public/rest
#> 5 https://data.api.abs.gov.au/rest
#> 6 https://stats.bis.org/api/v1
#> 7 https://nsi-release-ro-statsuite.fao.org/rest
#> 8 https://sdmx.ilo.org/rest
#> 9 https://data.un.org/ws/rest
OECD <- get_endpoint("OECD")
OECD$verbose <- TRUE
list_oecd <- OECD |> list_dataflows(cache=TRUE)
#> <sdmx_v2_1_structure_request/httr2_request>
#> GET https://sdmx.oecd.org/public/rest/dataflow?detail=allcompletestubs
#> Headers:
#> • Accept-Language: "en"
#> • accept : "application/vnd.sdmx.structure+json;version=1.0;"
#> Body: empty
#> [cache:add]: “/tmp/RtmponF63h/sdmxdata/OECD/sdmxdata/dataflows_en.json”
#> Available dataflows: 1397
#> Agencies: “ESTAT”, “IAEG-SDGs”, “OECD.CFE.EDS”, “OECD.CFE.RDG”, “OECD.CFE.SMEE”, “OECD.CFE.TOU”, “OECD.CTP.TAV”, “OECD.CTP.TPS”, “OECD.DAF”, “OECD.DAF.CM”, “OECD.DAF.COMP”, “OECD.DAF.INV”, “OECD.DCD.FSD”, “OECD.DEV.EMEA”, “OECD.DEV.LAC”, “OECD.DEV.NPG”, “OECD.ECO.GCRD”, “OECD.ECO.MAD”, “OECD.ECO.MPD”, “OECD.EDU.IMEP”, “OECD.ELS.HD”, “OECD.ELS.IMD”, “OECD.ELS.JAI”, “OECD.ELS.SAE”, “OECD.ELS.SPD”, “OECD.ENV.EEI”, “OECD.ENV.EPI”, “OECD.GOV.GIP”, “OECD.GOV.PSI”, “OECD.ITF”, “OECD.SDD.NAD”, “OECD.SDD.NAD.SEEA”, “OECD.SDD.SDPS”, “OECD.SDD.STES”, “OECD.SDD.TPS”, “OECD.STI.DEP”, “OECD.STI.PIE”, “OECD.STI.STP”, “OECD.TAD.ADM”, “OECD.TAD.ARP”, “OECD.TAD.ATM”, “OECD.TAD.TPD”, “OECD.WISE.CWB”, “OECD.WISE.INE”, “OECD.WISE.RSB”, “OECD.WISE.WDP”
#> Content languages: “en”, “fr”