Skip to main content
GET
/
v1
/
projects
/
{name}
Get details of a project
curl --request GET \
  --url https://api.iran.liara.ir/v1/projects/{name} \
  --header 'Authorization: <api-key>'
{
  "project": {
    "_id": "<string>",
    "project_id": "<string>",
    "type": "<string>",
    "status": "<string>",
    "defaultSubdomain": true,
    "readOnlyRootFilesystem": true,
    "zeroDowntime": true,
    "scale": 123,
    "envs": [
      {
        "key": "<string>",
        "value": "<string>",
        "encrypted": true,
        "_id": "<string>"
      }
    ],
    "planID": "<string>",
    "fixedIPStatus": "<string>",
    "created_at": "<string>",
    "node": {
      "_id": "<string>",
      "IP": "<string>"
    },
    "hourlyPrice": 123,
    "isDeployed": true,
    "reservedDiskSpace": 123
  }
}

Authorizations

Authorization
string
header
required

Enter the token with the Bearer: prefix, e.g. "Bearer abcde12345". #

Path Parameters

name
string
required

The name of your app

Response

Successful operation

project
object