Number of APIs: 5
Are you looking for a fun way to learn about The Kroger Co.'s Public APIs? Try out the Knowledge Check. These instructions will get you started, but you can visit Kroger Developers for more detailed instructions. If you want to fully experience learning about the APIs, don't jump right into the collection! Give yourself a chance to try it out and see if you can come up with the right requests before you use the ones we have created here. Complete the following set up steps: Create an account on the Developer Marketplace if you do not already have one. Just click on the Now that you have created an account and logged in, create an application. Creating an application provides the credentials you need to access to the Public APIs, even if you don't yet have an application started. For instructions, visit the Applications help page. When creating your application select the following: These questions are presented in order of difficulty, so don't be surprised if the last one is harder than the first! For help with these questions, use the following resources: Kroger Public APIs Specification to learn what the contracts for the available Public APIs are. Use, view the tutorials and guides in the other sections of this Public APIs Documentation. If you're ready to get started, the questions are as follows: How many different chains does Kroger have? How many locations have a pharmacy and a gas station near the zip code 45202? How many Kroger brand milk products are available for ship to home for the following location ID: 01400751? Get the aisle and shelf number for Gatorade Frost Thirst Quencher at the Kroger on the Rhine location (zip code 45202). Get the name and street address of each location for the zip code 45202? You can use this collection to get the answers. If you need some hints and don't want to jump right into the collection, visit our Knowledge Check Answers page to help you on the path.Setup
Sign In
link in the upper right and follow the instructions to get your account created.
Questions
Answers
GET {{kroger-baseUrl}}/chains?limit.filter=200
totalfield in the
metasection of the response.
GET {{kroger-baseUrl}}/locations?filter.zipCode.near=45202&filter.department=10,09&filter.limit=200
totalfield in the
metasection of the response.
GET {{kroger-baseUrl}}/products?filter.term=milk&filter.locationId=01400751&filter.brand=Kroger&filter.fulfillment=sth
milkin the `filter.term` parameter,
Krogerin the `filter.brand` parameter, and
0140051in the `filter.locationId` parameter.
totalfield in the
metasection of the response.
GET {{kroger-baseUrl}}/products/0005200013519?filter.locationId=01400513
Gatoradein the `filter.term` parameter.
Gatorade Frost Thirst Quencherin the results and note the `productId`. If you do not find
GET {{kroger-baseUrl}}/locations?filter.zipCode.near=45202&filter.limit=200
ENDPOINTS