In an API request, the maximum number of diamonds that you can get is 50. We limit it to 50 to ensure API performance for all our customers. However you can get up to 50,000 diamonds that satisfy a particular set of filters using the API. This can be achieved by sending the same request and increasing the offset value. To get:
1-50 diamonds → use offset = 0
51-100 diamonds → use offset = 50
101-150 diamonds → use offset = 100