---
title: "POST /time_location_features/"
method: POST
path: "/time_location_features/"
tags: ["time_location_features"]
---

# POST /time_location_features/

`POST /time_location_features/`

## Query parameters

- `format` 'json' | 'xlsx'

## Request body

- TimeLocationFeature — A subclass of ModelSerializer that outputs geojson-ready data as features and feature collections
  - `model` string, required
  - `id` string, uuid, required
  - `source` string, required
  - `user` string, uri, required
  - `time` string, date-time, required
  - `state` 'unknown' | 'stopped' | 'moving'
  - `heading` integer, nullable
  - `speed` integer, nullable
  - `altitude` integer, nullable
  - `accuracy` integer, nullable
  - `battery_level` string, decimal, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `location` Location, required
    - `type` 'Point', required
    - `coordinates` number[], required

## Response `201`

---

[API](https://skmtc.net/oeklo/apis/gsmtasks-project-api.md) · [All operations](https://skmtc.net/oeklo/apis/gsmtasks-project-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oeklo/gsmtasks-project-api/revisions/2557a8fec764/schema)
