Usuage of interface.php

GET variable Value Description
out (string) xml | json | rss Required, pick your prefered output format.
q (string) string Searches title and info fields for the words you specify, words must be >3 characters. Supports the * wildcard
id (int) int Does a match on the internal bug id. Use % as a wildcard and _ to match a single character
oid (int) int Does a match on the Opera bug id. Use % as a wildcard and _ to match a single character
user (string) string Does a match on the submitter username and display name. Either one must match. Use % as a wildcard and _ to match a single character
status (string) unknown | fixed | open | assigned | invalid | wontfix | confirmed | analyze | duplicate | wfm Only show bugs with this status
platforms (string) win | unix | mac | desktop | myopera | mobile | mini Only show bugs from this platform. This property isn't required to be set.
datebefore (string) YYYY-MM-DD HH:MM:SS Show bugs added before this date
dateafter (string) YYYY-MM-DD HH:MM:SS Show bugs added after this date
bpp (int) int Number of bugs to return per page, defaults to 25
page (int) int The page you want to view, starts at 1
sort (string) (a | d)-iid | oid | name | stat | ver | score | date Defaults to d-oid for XML and JSON and d-date for RSS