Skills acquired from experience

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "skill_name": "Backend development (data)",
            "tech_stack": [
                {
                    "tool_name": "python",
                    "years_of_exp": 1
                },
                {
                    "tool_name": "flask",
                    "years_of_exp": 1
                },
                {
                    "tool_name": "PostgreSQL",
                    "years_of_exp": 1
                },
                {
                    "tool_name": "pandas",
                    "years_of_exp": 1
                },
                {
                    "tool_name": "git",
                    "years_of_exp": 1
                },
                {
                    "tool_name": "docker",
                    "years_of_exp": 1
                },
                {
                    "tool_name": "Linux",
                    "years_of_exp": 1
                },
                {
                    "tool_name": "Jenkins",
                    "years_of_exp": 1
                }
            ]
        },
        {
            "skill_name": "Web scraping",
            "tech_stack": [
                {
                    "tool_name": "html+css+js",
                    "years_of_exp": 1
                },
                {
                    "tool_name": "Selenium",
                    "years_of_exp": 1
                }
            ]
        },
        {
            "skill_name": "Visualization",
            "tech_stack": [
                {
                    "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
                }
            ]
        }
    ]
}