i've been trying to use the API and had to change my python script several times, until i figured i'd actually test the API itself. and it is broken, error 404. I have tried regenerating a new one, to no avail
does it happen to anyone else ? i can't debug it further at that point
- Host api.gg.deals:443 was resolved.
- IPv6: (none)
- IPv4: 188.166.99.46
- Trying 188.166.99.46:443...
- Connected to api.gg.deals (188.166.99.46) port 443
- ALPN: curl offers h2,http/1.1
- (304) (OUT), TLS handshake, Client hello (1):
- CAfile: /etc/ssl/cert.pem
- CApath: none
- (304) (IN), TLS handshake, Server hello (2):
- (304) (IN), TLS handshake, Unknown (8):
- (304) (IN), TLS handshake, Certificate (11):
- (304) (IN), TLS handshake, CERT verify (15):
- (304) (IN), TLS handshake, Finished (20):
- (304) (OUT), TLS handshake, Finished (20):
- SSL connection using TLSv1.3 / AEAD-AES256-GCM-SHA384 / [blank] / UNDEF
- ALPN: server accepted h2
- Server certificate:
- subject: CN=api.gg.deals
- start date: Jun 4 20:56:58 2025 GMT
- expire date: Sep 2 20:56:57 2025 GMT
- subjectAltName: host "api.gg.deals" matched cert's "api.gg.deals"
- issuer: C=US; O=Let's Encrypt; CN=R11
- SSL certificate verify ok.
- using HTTP/2
- [HTTP/2] [1] OPENED stream for https://api.gg.deals/v2/games/search?title=elden%20ring
- [HTTP/2] [1] [:method: GET]
- [HTTP/2] [1] [:scheme: https]
- [HTTP/2] [1] [:authority: api.gg.deals]
- [HTTP/2] [1] [:path: /v2/games/search?title=elden%20ring]
- [HTTP/2] [1] [user-agent: curl/8.7.1]
- [HTTP/2] [1] [accept: /]
- [HTTP/2] [1] [authorization: Bearer J14N...[REDACTED]...P0fI]
GET /v2/games/search?title=elden%20ring HTTP/2
Host: api.gg.deals
User-Agent: curl/8.7.1
Accept: /
Authorization: Bearer J14N...[REDACTED]...P0fI
- Request completely sent off
< HTTP/2 404
< content-type: application/json; charset=UTF-8
< date: Thu, 31 Jul 2025 03:02:08 GMT
< server: Apache
<
- Connection #0 to host api.gg.deals left intact
{"success":false,"data":{"name":"Not Found","message":"Page not found.","code":404,"status":404}}