GET  /robots/find

Search for robots on a variety of criteria.

Authorization Not Required

Authorization is not required for this resource.


Headers

Content-Type [Required]
application/json
Yes
All API requests must have Content-Type declared.

Body

name
string
No
Name of the robot. You can provide partial matches for this parameter.
weight_class
integer
No
Weight class of the robot. Please see here for further information.
owner
integer/string
No
The owner of the robot. This is supplied by using user_id or partial search by name of the user.

Response

Success
[{"name":"Polly","weapon":"Flipper","weight_class":"Beetleweight (1.5kg)","owner":"Ben Hassan"}]