diff --git a/src/curl.c b/src/curl.c index 9fd2860..920f644 100644 --- a/src/curl.c +++ b/src/curl.c @@ -5,8 +5,8 @@ #include "include/curl.h" -#define API_URL "https://openlibrary.org/search.json?q=" -#define API_URL_LEN 38 +#define API_URL "https://openlibrary.org/search.json?page=1&q=" +#define API_URL_LEN 45 static void setup_api_link(const char* isbn, char** buf) {