ProZ.com global directory of translation services
The translation workplace
Ideas

GET: /blueboards

Get a collection of Blue Board summary records according to search criteria.

Parameters

Search criteria (all are optional):
  • country: (country codes) One or more country codes, separated by commas. Ex. us,it.
  • term: (string) A search term/keyword that searches multiple Blue Board record fields, such as contact data (eg. address) and agency name.
Options:
  • page: The result page to return, for pagination. Default: 1.
  • per_page: The maximum number of job postings to return in this request. Default: 20. Max: 50.

Example request

curl -H "Authorization: Bearer {OAUTH2_ACCESS_TOKEN}" https://api.proz.com/v2/blueboards?country=gb,it&term=software

Response

Returns a collection of Blue Board summary records in the following format:

{
  "_links": {
    "self": {
      "href": "https://api.proz.com/v2/blueboards?country=gb%2Cit&term=software"
    },
    "next": {
      "href": null
    },
    "prev": {
      "href": null
    }
  },
  "data": [
    {
      "id": 10654,
      "web_url": "http://www.proz.com/blueboard/10654",
      "name": "AlexPro Software",
      "country": "it",
      "overall_lwa_avg": null,
      "overall_lwa_num_entries": 0,
      "12mo_lwa_avg": null,
      "12mo_lwa_num_entries": 0,
      "_links": {
        "self": {
          "href": "https://api.proz.com/v2/blueboard/10654"
        }
      }
    },
    {
      "id": 7514,
      "web_url": "http://www.proz.com/blueboard/7514",
      "name": "E21 Software",
      "country": "gb",
      "overall_lwa_avg": null,
      "overall_lwa_num_entries": 0,
      "12mo_lwa_avg": null,
      "12mo_lwa_num_entries": 0,
      "_links": {
        "self": {
          "href": "https://api.proz.com/v2/blueboard/7514"
        }
      }
    },
    {
      "id": 14038,
      "web_url": "http://www.proz.com/blueboard/14038",
      "name": "Massimo G.E. Ferrero - Software & DTP Services",
      "country": "it",
      "overall_lwa_avg": null,
      "overall_lwa_num_entries": 0,
      "12mo_lwa_avg": null,
      "12mo_lwa_num_entries": 0,
      "_links": {
        "self": {
          "href": "https://api.proz.com/v2/blueboard/14038"
        }
      }
    },
    {
      "id": 22420,
      "web_url": "http://www.proz.com/blueboard/22420",
      "name": "MHC Software",
      "country": "gb",
      "overall_lwa_avg": 5,
      "overall_lwa_num_entries": 1,
      "12mo_lwa_avg": null,
      "12mo_lwa_num_entries": 0,
      "_links": {
        "self": {
          "href": "https://api.proz.com/v2/blueboard/22420"
        }
      }
    },
    {
      "id": 9939,
      "web_url": "http://www.proz.com/blueboard/9939",
      "name": "ProSoftware",
      "country": "it",
      "overall_lwa_avg": 5,
      "overall_lwa_num_entries": 1,
      "12mo_lwa_avg": null,
      "12mo_lwa_num_entries": 0,
      "_links": {
        "self": {
          "href": "https://api.proz.com/v2/blueboard/9939"
        }
      }
    },
    {
      "id": 30775,
      "web_url": "http://www.proz.com/blueboard/30775",
      "name": "Quadstone Paramics",
      "country": "gb",
      "overall_lwa_avg": null,
      "overall_lwa_num_entries": 0,
      "12mo_lwa_avg": null,
      "12mo_lwa_num_entries": 0,
      "_links": {
        "self": {
          "href": "https://api.proz.com/v2/blueboard/30775"
        }
      }
    },
    {
      "id": 11048,
      "web_url": "http://www.proz.com/blueboard/11048",
      "name": "Serena Software",
      "country": "gb",
      "overall_lwa_avg": 5,
      "overall_lwa_num_entries": 1,
      "12mo_lwa_avg": null,
      "12mo_lwa_num_entries": 0,
      "_links": {
        "self": {
          "href": "https://api.proz.com/v2/blueboard/11048"
        }
      }
    },
    {
      "id": 26671,
      "web_url": "http://www.proz.com/blueboard/26671",
      "name": "Tagetik Software",
      "country": "it",
      "overall_lwa_avg": 5,
      "overall_lwa_num_entries": 1,
      "12mo_lwa_avg": null,
      "12mo_lwa_num_entries": 0,
      "_links": {
        "self": {
          "href": "https://api.proz.com/v2/blueboard/26671"
        }
      }
    },
    {
      "id": 413,
      "web_url": "http://www.proz.com/blueboard/413",
      "name": "Three Trees Software Ltd - Translation",
      "country": "gb",
      "overall_lwa_avg": 5,
      "overall_lwa_num_entries": 4,
      "12mo_lwa_avg": null,
      "12mo_lwa_num_entries": 0,
      "_links": {
        "self": {
          "href": "https://api.proz.com/v2/blueboard/413"
        }
      }
    }
  ]
}