Tools used and years of experience using a particular tool

GET /api/tech_stack/?format=api&page=2
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 14,
    "next": null,
    "previous": "http://resumeapi.cattoviz.com/api/tech_stack/?format=api",
    "results": [
        {
            "tool_name": "Power BI",
            "years_of_exp": 1
        },
        {
            "tool_name": "DAX and PowerQuery",
            "years_of_exp": 1
        },
        {
            "tool_name": "matplotlib",
            "years_of_exp": 1
        },
        {
            "tool_name": "seaborn",
            "years_of_exp": 1
        }
    ]
}