ver. 1956 (2333616)
services/apiref
services/apisrv
services/attrs
services/caches
services/caches/formatters
services/caches/map
services/caches/search
services/caches/shortcuts
services/logs
services/logs/images
services/oauth
services/replicate
services/users

Get information on current changelog and fulldump state
:: services/replicate/info method

Minimum Authentication: Level 1 (see Authentication Levels)
https://opencaching.pl/okapi/services/replicate/info

Beta status. Get information on current changelog and fulldump state.

format optional Standard common formatting argument.
callback optional Standard common formatting argument.
Plus required consumer_key argument, assigned for your application.

Returned value:

A dictionary of the following structure:

  • changelog - a dictionary of the following structure:

    • min_since - the lowest allowed value for the since attribute (the ID of the last changelog entry was already removed from our database),
    • revision - the current revision of the database (the ID of the newest changelog entry kept in our database),
  • latest_fulldump - a dictionary of the following structure:

    • revision - revision of the database saved in the latest fulldump,
    • generated_at - date and time (ISO 8601) when the fulldump was generated,
    • size - size of the file, in bytes,
    • size_uncompressed - approximate size of the uncompressed contents, in bytes.