Important
This is not the live registry data, only a mirror created for backup and versioning purposes. Changes to these files do not affect the identifiers.org services.
If there are any issues or you wish to update the identifiers.org registry, please contact us or open an issue at our main issue board.
The live version of the registry can be found at https://registry.api.identifiers.org/resolutionApi/getResolverDataset. This repository can be out of date depending on the periodicity of the update action.
All the dataset files are available in the registry-data folder. They are stored in the JSON format available at the live endpoint listed above. The file full.js contains the full dump of the registry. The dump is also available split by namespace under the registry-data/namespaces folder.
The current version of the repository is found at the file called VERSION at the root of the repository. The commit history can be used to check recent changes to the identifiers.org registry.
Recent changes to the dataset can be seen in the commit history of full.json. You will have to click on individual commits to see its changes.
Alternatively, recent changes to an individual namespace can be seen in the commit history of the specific namespace file, for example, the commit history for 3dmet can be found here. Again, You will have to click on individual commits to see its changes.
After cloning the repository and opening a terminal there, you can list recent changes to the dataset using the following command:
git log --patch -10 registry-data/
The similar command below can be used to see changes on a specific namespace file:
git log --patch -10 registry-data/namespaces/3dmet.json
Identifiers.org data falls under Creative Commons CC4 Attribution license while source code falls under MIT. See https://docs.identifiers.org/pages/terms_of_use.html for more information.