Skip to main content
Welcome to the Registry API changelog. For the overall product changelog, please see here.

2025

2025-10-24
Delivery information on credit batches
All credit batch endpoints now return delivery_id and delivered_at information for easier tracing of credit lifecycle timelines.
2025-10-02
Supplier descriptions
The GET /suppliers endpoint now returns short_description and long_description text fields with a text description of the supplier’s activities.
2025-09-15
Current verifier on Projects
The GET /projects endpoint now returns current_verifier_name with the currently assigned verifier for a project.
2025-05-08
Replaced facility field with location field
The facility field returned from the GET /projects, GET /project/{id}, and GET /suppliers/{id}/projects endpoints has been replaced by the new location field. The facility field used to contain a name and a description, while the new location field contains a country_code and a country_name.
2025-01-08
Project status 'registered' renamed to 'draft'
The status field returned from the GET /projects and GET /project/{id} endpoints will now return draft instead of registered. This change is to avoid ambiguity with the term ‘registered’ which in other registries may imply a different status. As draft projects are only visible to the project owner, this should have very small impact.