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

GET: /job-postings/:id (DEPRECATED)

Do not use this endpoint for new development. Use GET: /job-posting/:id instead.

Get a single job posting by ID.

Parameters

  • id: The job posting ID.

Example request

curl -H "Authorization: Bearer {OAUTH2_ACCESS_TOKEN}" https://api.proz.com/v2/job-postings/12345

Response

A job posting object.

{
  "id": 739492,
  "web_url": "http://www.proz.com/job/739492",
  "type": "potential",
  "summary": "Russian>German Legal Translation",
  "description": "LSP Translations is currently recruiting Russian>German linguists for a large Legal translation project.\n\nWe are looking for linguists specialized in legal translation who are available immediately for a long-term freelance collaboration.\n\nA test may be required.\n\nIf you are interested in collaborating, please send your CV and rates to [email protected].",
  "time_posted": "2015-02-15T17:44:07+00:00",
  "time_expires": "2015-02-20T22:00:00+00:00",
  "delivery_deadline": null,
  "language_pairs": [
    "rus_deu"
  ],
  "volume_amount": 0,
  "volume_unit": "word",
  "disc_spec_id": 77,
  "disc_other": "",
  "language_service_ids": [
    1,
    2
  ],
  "contact_method": "email",
  "contact_info": {
    "user_id": 46745,
    "type": "company",
    "email": "[email protected]",
    "show_email": true,
    "full_name": "",
    "show_full_name": false,
    "job_title": "Recruitment Coordinator",
    "company": "LSP Translations",
    "url": "http://www.example.com",
    "show_url": true,
    "address": "123 W. 4th St.",
    "show_address": true,
    "city": "New York",
    "show_city": true,
    "region": "NY",
    "show_region": true,
    "postal_code": "10001",
    "show_postal_code": true,
    "country": "us",
    "show_country": true,
    "phone": "",
    "show_phone": false,
    "fax": "",
    "show_fax": false
  },
  "software_ids": [ 1, 20 ],
  "offered_rate": {
    "amount": 0.12,
    "currency": "usd",
    "unit": "word"
  },
  "payment_notes": "Payment terms: NET 10 days after delivery.",
  "blueboard_name": "Test Agency",
  "blueboard_avg_lwa": 3.9,
  "blueboard_link": "https://api.proz.com/v2/blueboard/23",
  "_links": {
    "self": {
      "href": "https://api.proz.com/v2/job-postings/739492"
    }
  }
}