Kodik public dump endpoints (DUMP-1)
GET
/api/v1/health/dumps
const url = 'http://localhost:8080/api/v1/health/dumps';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url http://localhost:8080/api/v1/health/dumpsReturns the latest known state for every tracked Kodik dump (calendar.json / serials.json / films.json). When orinuno.dumps.enabled=false the snapshot is empty.
Responses
Section titled “ Responses ”OK
Media type */*
object
key
additional properties