We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78420bd commit 5e2ac86Copy full SHA for 5e2ac86
public/index.html
@@ -161,6 +161,14 @@ <h2>Kullanım</h2>
161
/api/timesFromPlace?country=Turkey&region=Ankara&city=Ankara&date=2023-10-29&days=3&timezoneOffset=180&calculationMethod=Turkey
162
</a>
163
<br />
164
+ <span>ID den yer bilgileri: </span>
165
+ <a
166
+ target="_blank"
167
+ href="/api/placeById?id=311034"
168
+ >
169
+ /api/placeById?id=311034
170
+ </a>
171
+ <br />
172
<span>Ülkelerin listesi: </span>
173
<a target="_blank" href="/api/countries"> /api/countries </a>
174
0 commit comments