Data Marketplace
The Data Marketplace is a platform where you can find and share data from various sources. It allows you to explore, discover, and access a wide range of datasets that can be used for analysis, research, and development.
The Data Marketplace provides a user-friendly interface to browse through different datasets, view their details, and access them for your projects. You can also contribute your own datasets to the marketplace, making them available for others to use.
Each listing belongs to one of the supported project types:
Basicfor lightweight listings with metadata, tags, links, and images.Elaboratorfor listings with intervention metadata and optional sections such as co-design events, co-evaluation events, datasets, KPIs, stakeholders, living labs data, data processors, and publications.Green in Cities (GiC)for listings built from GiC-specific sections such as area, living labs actors, stakeholders, intervention, assessment tools, data processors, datasets, KPIs, co-evaluation method, Ex Ante, and Ex Post.
The marketplace is only shown to users with Data Marketplace access enabled on their account.
Data Marketplace List Page
The list page shows all available data listings and includes a filter sidebar.
The current filters depend on the selected project:
- All projects:
Project,Name, andTags Elaborator:Data processor,Area,Intervention types, andKPIGiC:Area,Intervention,Datasets, andKPIs
Each card includes the listing image or icon, tag chips, a short description preview, owner, project, timestamps, and project-specific summary information.
Use + New data listing to start the creation flow. The first step is always to choose the project type. After that:
Basicguides you through details, images, links, confirmation, and result.Elaboratorlets you choose which optional sections to include before filling them in.GiClets you select which GiC sections to include and then complete only those sections.
Data Marketplace Details Page
The details page shows the full listing metadata for the selected project type. At the top of the page you can see:
- listing name and icon
- owner
- created and updated timestamps
- full description
- tags
Below the header, the page shows the sections that are populated for the selected listing. Depending on the content, this can include intervention details, associated-data summary cards, datasets, KPIs, stakeholder information, publications, and other linked records.
Links and images are shown in dedicated sections, and the details page also provides Edit and Delete actions for maintaining the listing.
Swagger And API Reference
For integration work, use the Yggio Swagger documentation. The Data Listings endpoints document the same project-based payloads that the marketplace uses in the UI:
GET /api/data-listingsGET /api/data-listings/{id}POST /api/data-listingsPUT /api/data-listings/{id}DELETE /api/data-listings/{id}
The Swagger reference is available from the Yggio API documentation and is the best place to inspect the latest request and response formats.