+---+ +----------------------------------------+ | / +------------------------------------------+ the api map you're looking at now. | +-+-+ +----------------------------------------+ | +----------+ +----------------------------------------+ +->| /reviews +------------------------------+ returns the reviews for the company | | +----------+ | and additional data. | | +------+ +----------------------------------------+ +->| /img | | method: GET | +-+----+ | headers: grcache-company: {company} | | | gcache-country: {country} | | | (optional) | | +----------------------------------------+ | +---------------------------------+ +----------------------------------------+ +->| /img/{company hash}/{imageName} +--+ returns the image with the given name. | +---------------------------------+ | the image names can be found in the | | reviews data as the user thumbnails. | +----------------------------------------+ | method: GET | | url: company hash: sha1-hash of | | company name | | imageName: image name | +----------------------------------------+