array ( 'general' => array ( 'limit' => 'Optional. Limit number of returned entries. Test API key has a maximum of 10. Default 10', 'offset' => 'Optional. Numbner to offset the search results. Every returned set of data includes a count so you can build pagination. Default 0', 'X-API-KEY' => 'required API key', ), 'publishers' => array ( 'label_from' => 'Optional. Numerical infoseek id of the publisher', 'label_from_slug' => 'Optional. Slug string used instead of ID', 'label_from_became' => 'Optional. Numerical infoseek id of the publisher if this label became another publisher', 'label_from_became_slug' => 'Optional. Slug string of the publisher if this label became another publisher', 'last_owner' => 'Optional. Numerical infoseek id of the last known owner', 'last_owner_slug' => 'Optional .Slug string used instead of ID for last known owner', 'distribution_status' => 'Optional .Numerical ID of the distribution status', 'is_folded' => 'Optional. 1 for yes, 0 for no to list folded companies', 'country' => 'Optional Performs a LIKE search of the countries published.', ), 'publisher' => array ( 'id' => 'The infoseek id to get', 'slug' => 'slug string to get instead of ID', 'countries' => 'Any value is counted as Yes - lists the countries the publisher was active in. Default no', 'people' => 'Any value is counted as yes - lists all known people related to the company, and their roles. Default no', 'labels' => 'Any value is counted as yes - lists all known labels related to the company. Default no', ), 'magazines' => array ( 'id' => 'The infoseek id to get', 'slug' => 'slug string to get instead of ID', ), 'countries' => array ( '' => 'No parameters available', ), 'distribution_status' => array ( '' => 'No parameters available', ), 'distribution_status_types' => array ( '' => 'No parameters available', ), 'roles' => array ( '' => 'No parameters available', ), 'entry_types' => array ( '' => 'No parameters available', ), 'machine_types' => array ( '' => 'No parameters available', ), 'origin_types' => array ( '' => 'No parameters available', ), 'protection_schemes' => array ( '' => 'No parameters available', ), 'turn_types' => array ( '' => 'No parameters available', ), )