Skip to content
TORNLIFE More

OC Items

Started by zordork [2166192] on in API Development.

2 replies · 70 views · thread synced · 3 days ago · View on torn.com
About this thread

Posts archived: 3 / 3 posts (100%) · the total is Torn's reply count + the opening post at the last fetch

Counted by TornLife from the archived posts.

Archived posts
3
Discussion span
→
People posting
3
Likes on archived posts
1
Posts by staff, officers and moderators
1
Authority score
72 / 100
Historical score
31 / 100
Story score
26 / 100
Engagement score
46 / 100
Titanic_ [2968477]

A call to /faction/crimes (v2) will tell you about the crimes available to you

 

{
  "position": "Engineer",
  "position_info": {
    "id": "P3",
    "label": "Engineer",
    "number": 1
  },
  "item_requirement": {
    "id": 1431,
    "is_reusable": true,
    "is_available": false
  },
  "user": null,
  "checkpoint_pass_rate": 0
},
...
{
  "position": "Picklock",
  "position_info": {
    "id": "P6",
    "label": "Picklock",
    "number": 2
  },
  "item_requirement": null,
  "user": null,
  "checkpoint_pass_rate": 0
}

 

Whereas a call to /torn/organizedcrimes (v2) will tell you about all crimes' items

 

{
  "name": "Picklock",
  "position_info": {
    "id": "P1",
    "label": "Picklock",
    "number": 1
  },
  "required_item": {
    "id": 1203,
    "name": "Lockpicks",
    "is_used": false
  }
},