Skip to main content
GET
/
resume
/
{username}
/
{slug}
Get resume by username and slug
curl --request GET \
  --url https://rxresu.me/api/openapi/resume/{username}/{slug} \
  --header 'x-api-key: <api-key>'
{
  "id": "<string>",
  "name": "<string>",
  "slug": "<string>",
  "tags": [
    "<string>"
  ],
  "data": {
    "picture": {
      "hidden": true,
      "url": "<string>",
      "size": 272,
      "rotation": 180,
      "aspectRatio": 1.5,
      "borderRadius": 50,
      "borderColor": "<string>",
      "borderWidth": 1,
      "shadowColor": "<string>",
      "shadowWidth": 1
    },
    "basics": {
      "name": "<string>",
      "headline": "<string>",
      "email": "[email protected]",
      "phone": "<string>",
      "location": "<string>",
      "website": {
        "url": "<string>",
        "label": "<string>"
      },
      "customFields": [
        {
          "id": "<string>",
          "icon": "<string>",
          "text": "<string>"
        }
      ]
    },
    "summary": {
      "title": "<string>",
      "columns": 123,
      "hidden": true,
      "content": "<string>"
    },
    "sections": {
      "profiles": {
        "title": "<string>",
        "columns": 123,
        "hidden": true,
        "items": [
          {
            "id": "<string>",
            "hidden": true,
            "icon": "<string>",
            "network": "<string>",
            "username": "<string>",
            "website": {
              "url": "<string>",
              "label": "<string>"
            }
          }
        ]
      },
      "experience": {
        "title": "<string>",
        "columns": 123,
        "hidden": true,
        "items": [
          {
            "id": "<string>",
            "hidden": true,
            "company": "<string>",
            "position": "<string>",
            "location": "<string>",
            "period": "<string>",
            "website": {
              "url": "<string>",
              "label": "<string>"
            },
            "description": "<string>"
          }
        ]
      },
      "education": {
        "title": "<string>",
        "columns": 123,
        "hidden": true,
        "items": [
          {
            "id": "<string>",
            "hidden": true,
            "school": "<string>",
            "degree": "<string>",
            "area": "<string>",
            "grade": "<string>",
            "location": "<string>",
            "period": "<string>",
            "website": {
              "url": "<string>",
              "label": "<string>"
            },
            "description": "<string>"
          }
        ]
      },
      "projects": {
        "title": "<string>",
        "columns": 123,
        "hidden": true,
        "items": [
          {
            "id": "<string>",
            "hidden": true,
            "name": "<string>",
            "period": "<string>",
            "website": {
              "url": "<string>",
              "label": "<string>"
            },
            "description": "<string>"
          }
        ]
      },
      "skills": {
        "title": "<string>",
        "columns": 123,
        "hidden": true,
        "items": [
          {
            "id": "<string>",
            "hidden": true,
            "icon": "<string>",
            "name": "<string>",
            "proficiency": "<string>",
            "level": 2.5,
            "keywords": [
              "<string>"
            ]
          }
        ]
      },
      "languages": {
        "title": "<string>",
        "columns": 123,
        "hidden": true,
        "items": [
          {
            "id": "<string>",
            "hidden": true,
            "language": "<string>",
            "fluency": "<string>",
            "level": 2.5
          }
        ]
      },
      "interests": {
        "title": "<string>",
        "columns": 123,
        "hidden": true,
        "items": [
          {
            "id": "<string>",
            "hidden": true,
            "icon": "<string>",
            "name": "<string>",
            "keywords": [
              "<string>"
            ]
          }
        ]
      },
      "awards": {
        "title": "<string>",
        "columns": 123,
        "hidden": true,
        "items": [
          {
            "id": "<string>",
            "hidden": true,
            "title": "<string>",
            "awarder": "<string>",
            "date": "<string>",
            "website": {
              "url": "<string>",
              "label": "<string>"
            },
            "description": "<string>"
          }
        ]
      },
      "certifications": {
        "title": "<string>",
        "columns": 123,
        "hidden": true,
        "items": [
          {
            "id": "<string>",
            "hidden": true,
            "title": "<string>",
            "issuer": "<string>",
            "date": "<string>",
            "website": {
              "url": "<string>",
              "label": "<string>"
            },
            "description": "<string>"
          }
        ]
      },
      "publications": {
        "title": "<string>",
        "columns": 123,
        "hidden": true,
        "items": [
          {
            "id": "<string>",
            "hidden": true,
            "title": "<string>",
            "publisher": "<string>",
            "date": "<string>",
            "website": {
              "url": "<string>",
              "label": "<string>"
            },
            "description": "<string>"
          }
        ]
      },
      "volunteer": {
        "title": "<string>",
        "columns": 123,
        "hidden": true,
        "items": [
          {
            "id": "<string>",
            "hidden": true,
            "organization": "<string>",
            "location": "<string>",
            "period": "<string>",
            "website": {
              "url": "<string>",
              "label": "<string>"
            },
            "description": "<string>"
          }
        ]
      },
      "references": {
        "title": "<string>",
        "columns": 123,
        "hidden": true,
        "items": [
          {
            "id": "<string>",
            "hidden": true,
            "name": "<string>",
            "description": "<string>"
          }
        ]
      }
    },
    "customSections": [
      {
        "title": "<string>",
        "columns": 123,
        "hidden": true,
        "id": "<string>",
        "content": "<string>"
      }
    ],
    "metadata": {
      "template": "azurill",
      "layout": {
        "sidebarWidth": 30,
        "pages": [
          {
            "fullWidth": true,
            "main": [
              "<string>"
            ],
            "sidebar": [
              "<string>"
            ]
          }
        ]
      },
      "css": {
        "enabled": true,
        "value": "<string>"
      },
      "page": {
        "gapX": 1,
        "gapY": 1,
        "marginX": 1,
        "marginY": 1,
        "format": "a4",
        "locale": "<unknown>"
      },
      "design": {
        "level": {
          "icon": "<string>",
          "type": "hidden"
        },
        "colors": {
          "primary": "<string>",
          "text": "<string>",
          "background": "<string>"
        }
      },
      "typography": {
        "body": {
          "fontFamily": "<string>",
          "fontWeights": [
            "100"
          ],
          "fontSize": 15,
          "lineHeight": 2.25
        },
        "heading": {
          "fontFamily": "<string>",
          "fontWeights": [
            "100"
          ],
          "fontSize": 15,
          "lineHeight": 2.25
        }
      },
      "notes": "<string>"
    }
  },
  "isPublic": true,
  "isLocked": true
}

Authorizations

x-api-key
string
header
required

The API key to authenticate requests.

Path Parameters

username
string
required
slug
string
required

Response

200 - application/json

OK

id
string
required
name
string
required
slug
string
required
tags
string[]
required
data
object
required
isPublic
boolean
required
isLocked
boolean
required