ggc-library
    Preparing search index...

    Resultaat van de PDOK collections endpoint, bevat een lijst van doorzoekbare bronnen.

    interface PdokLocationApiResult {
        collections: PdokLocationApiCollectionModel[];
        links: PdokLocationApiLink[];
        numberReturned: number;
    }
    Index

    Properties

    Lijst met beschikbare collecties zoals adressen, percelen, gemeenten, etc.

    API-gerelateerde links voor navigatie of metadata.

    numberReturned: number

    Het totaal aantal teruggegeven collecties.