{"name":"Flibusta API","version":"1.0.0","endpoints":{"search":{"method":"GET","path":"/api/search","params":{"name":"string (required) - book title or author to search"},"example":"/api/search?name=lovecraft","response":"Array of books with id, title, author"},"download":{"method":"GET","path":"/api/download/:id","params":{"id":"string (required) - book ID from search results","format":"string (optional) - epub, fb2, txt (default: epub)"},"example":"/api/download/2085?format=epub","response":"File download"}}}