Search Endpoint returning zero results

Avatar image for jtkendall
jtkendall

3

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#1  Edited By jtkendall

Is anyone else noticing that the search endpoint isn't returning any results? I've been using a query similar to this for months (only changes have been tweaks to the field_list parameter):

http://api.giantbomb.com/search/?query=mario&api_key={KEY}&format=json&resources=game&field_list=id,name,original_release_date,image

It's currently returning:

{
number_of_page_results: 0status_code: 1error: "OK"results: [ ]
limit: 20offset: 0number_of_total_results: 0
}

So, there's no reason it should be returning zero results with a 200 OK status code for a query of "mario".

HTTP/1.1 200 OK
Content-Length: 133
Content-Type: text/javascript
Date: Fri, 23 Sep 2011 13:23:46 GMT
Server: nginx/0.8.54
Vary: Cookie
X-Baked-By: lb2.whiskeymedia.com
Connection: Close

I've tried it on different networks, browsers and devices with no change.

Avatar image for sdornan
sdornan

352

Forum Posts

2746

Wiki Points

0

Followers

Reviews: 0

User Lists: 5

#2  Edited By sdornan

This is being looked into.