{"endpoint":"https://pagediff-api.hahavoid0.workers.dev/snapshot-check","method":"POST","price":"free","description":"Check whether usable Wayback HTML snapshots exist before buying a paid diff or report.","example":{"url":"https://example.com/","from":"2023-01-01","to":"2024-01-01"},"response_schema":{"type":"object","required":["url","from","to","available","likely_useful","from_snapshot","to_snapshot","recommendation"],"properties":{"url":{"type":"string"},"from":{"type":"string"},"to":{"type":"string"},"available":{"type":"boolean"},"likely_useful":{"type":"boolean"},"from_snapshot":{"anyOf":[{"type":"object","required":["requested_date","timestamp","original_url","archive_url","statuscode","mimetype","digest"],"properties":{"requested_date":{"type":"string","examples":["2024-01-01"]},"timestamp":{"type":"string","examples":["20240101120000"]},"original_url":{"type":"string"},"archive_url":{"type":"string"},"statuscode":{"type":"string"},"mimetype":{"type":"string"},"digest":{"type":"string"}}},{"type":"null"}]},"to_snapshot":{"anyOf":[{"type":"object","required":["requested_date","timestamp","original_url","archive_url","statuscode","mimetype","digest"],"properties":{"requested_date":{"type":"string","examples":["2024-01-01"]},"timestamp":{"type":"string","examples":["20240101120000"]},"original_url":{"type":"string"},"archive_url":{"type":"string"},"statuscode":{"type":"string"},"mimetype":{"type":"string"},"digest":{"type":"string"}}},{"type":"null"}]},"recommendation":{"type":"string"}}}}