Tools used and years of experience using a particular tool

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

{
    "count": 14,
    "next": "http://resumeapi.cattoviz.com/api/tech_stack/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "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
        },
        {
            "tool_name": "html+css+js",
            "years_of_exp": 1
        },
        {
            "tool_name": "Selenium",
            "years_of_exp": 1
        }
    ]
}