trash-api
< back to +main 

tags: #trash #garbage

garbage app

https://api.traffy.xyz/api-token-auth/
https://api.traffy.xyz/v0/trash/

trash

หน้าตาจะประมาณนี้
{
    "photos": [ ],
    "coords": [
      98.298696,
      7.8952973
    ],
    "name": "หลัง ร.พ ป่าตอง (เล็ก)",
    "capacity": 4000.0,
    "type": "metal",
    "note": "7.8952973,98.298696",
    "is_verified": null,
    "is_hidden": false,
    "created_on": "2017-07-02T16:03:26.220810Z",
    "updated_on": "2017-07-02T15:58:15.092531Z",
    "verified_status": "using",
    "invalid_reason": "",
    "bin_height_cm": 0,
    "distance_full_bin_to_sensor_cm": 0
}

  • verified_status เป็น controlled field มี choices คือ unused, using, invalid โดย default คือ using


รูปแบบ photo


fields
name = CharField('Name', max_length=150)
capacity = FloatField('Capacity', default=0.0)
type = CharField('Type', max_length=10,
                 default=PLASTIC, choices=TYPE_CHOICES)
point = PointField(blank=True, null=True)
note = TextField('Note', blank=True)
photos = ManyToManyField('voice.Attachment', blank=True)

ดูจำนวนการถูกเก็บของถังขยะในแต่ละวัน

 Required fields: from and to in ISO format

เรียกข้อมูล Auto Detected Bins (แบบ cluster แล้ว)