# NASA Rest API Kullanımı

[NASA](https://api.nasa.gov/) sizler için ücretsiz olarak API'lerini sunmakta. Belirli bir tarihten itibaren buradan data web api üzerinden sorgulamalar yapılabilir.&#x20;

GenRPA [REST SERVICE](https://docs.genrpa.com/genrpa-dokumantasyon/genrpa-dokumanlar/aktiviteler/service/rest-service)kullanımına bakarak NASA servislerini çağırabilir, buradan gelen dataların bazılarını excel raporu halinde masaüstünüze aktarabilirsiniz.

<figure><img src="/files/p4GKX7EFmuxaqswCYD3P" alt=""><figcaption></figcaption></figure>

### **Orta Seviye RPA Geliştiricisi Tavsiye** <a href="#orta-seviye-rpa-gelistiricisi-tavsiye" id="orta-seviye-rpa-gelistiricisi-tavsiye"></a>

Gelen dataları direk olarak SQL Server gibi bir veritabanına tablo oluşturarak da satır satır kaydedebilirsiniz.

**Süreç İçin GenRPA Üzerinde Kullanılabilecek Aktiviteler**

[Rest Service](/aktiviteler/service/rest-service.md)

[Access Json Attribute](/aktiviteler/operations/json/access-json-attribute.md)


---

# 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://docs.genrpa.com/rpa-gelisim-yol-haritasi/baslangic-seviye-low-level-rpa-gelistirici-surec-tavsiyeleri/nasa-rest-api-kullanimi.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.
