Scheduled service maintenance on November 22


On Friday, November 22, 2024, between 06:00 CET and 18:00 CET, GIN services will undergo planned maintenance. Extended service interruptions should be expected. We will try to keep downtimes to a minimum, but recommend that users avoid critical tasks, large data uploads, or DOI requests during this time.

We apologize for any inconvenience.

example.json 582 B

12345678910111213141516171819202122
  1. {
  2. "glossary": {
  3. "title": "example glossary",
  4. "GlossDiv": {
  5. "title": "S",
  6. "GlossList": {
  7. "GlossEntry": {
  8. "ID": "SGML",
  9. "SortAs": "SGML",
  10. "GlossTerm": "Standard Generalized Markup Language",
  11. "Acronym": "SGML",
  12. "Abbrev": "ISO 8879:1986",
  13. "GlossDef": {
  14. "para": "A meta-markup language, used to create markup languages such as DocBook.",
  15. "GlossSeeAlso": ["GML", "XML"]
  16. },
  17. "GlossSee": "markup"
  18. }
  19. }
  20. }
  21. }
  22. }