# 靜態異動檔API資料使用注意事項

* 主要係提供不同資料版本間，特定資料項目（如路線、站牌、路線站序、時刻表、票價、線型圖資..等）之異動檔資料查詢服務，期能讓加值業者快速瞭解哪些資料項目已異動需即時進行資料更新，並讓民眾可以獲得最新的公共運輸資訊。
* 近期異動資料查詢API內的VariationType欄位說明:為標示被比較的兩個版本資料的變化狀態（新增、修改、刪除）。

  但其中標示為「修改」狀態的資料實際上可能並無變化，而造成此情形的狀況可能如下（以三個版本的情況為例）:

  （1） A→ B →A ： 代表資料實際無異動

  （2） A → （已被刪除） →A ：代表資料實際無異動

  上述兩種狀況都可以透過比對實際資料得之資料並無異動， 但由於考量到效能因素以及資料特性，資料此在短時間內並不會太常發生此狀況，因此本平台並不會針對各欄位細節進行比對確認是否真的有無異動。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://motc-ptx-api-documentation.gitbook.io/motc-ptx-api-documentation/api-zi-liao-shi-yong-zhu-yi-shi-xiang/variation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
