Usage of /questions/{id}/flags/options GET
Discussion
Returns the different flags, including close reasons, that the user identified with an access_token can create for this question. Available flags vary from post to post and user to user, an app should never assume a particular flag can be created without consulting this method.
To flag a question use the /questions/{id}/flags/add method.
This method returns the available flag_options.
Try It